mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
Fix assertion.
This commit is contained in:
parent
e7153b5333
commit
e18200ad87
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ PHP;
|
|||
$result = $reader->read('test.php');
|
||||
unlink(TMP . 'test.php');
|
||||
|
||||
$this->assertTextEquals($this->testData, $result);
|
||||
$this->assertEquals($this->testData, $result);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue