mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Correcting error message in test
This commit is contained in:
parent
0387907d6d
commit
ddf938c772
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class ProjectTaskTest extends CakeTestCase {
|
|||
|
||||
$file =& new File($path . 'config' . DS . 'core.php');
|
||||
$contents = $file->read();
|
||||
$this->assertNoPattern('/76859309657453542496749683645/', $contents, 'Default Salt left behind. %s');
|
||||
$this->assertNoPattern('/76859309657453542496749683645/', $contents, 'Default CipherSeed left behind. %s');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue