mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Removing trivial asserts from UT
This commit is contained in:
parent
44756eaac5
commit
67d81e499e
1 changed files with 1 additions and 2 deletions
|
@ -241,8 +241,7 @@ class ExtractTaskTest extends CakeTestCase {
|
|||
$this->Task->expects($this->never())->method('_stop');
|
||||
|
||||
$this->Task->execute();
|
||||
$this->assertTrue(file_exists($this->path . DS . 'LC_NUMERIC' . DS . 'default.pot'));
|
||||
$this->assertFalse(file_exists($this->path . DS . 'LC_TIME' . DS . 'default.pot'));
|
||||
$this->assertTrue(file_exists($this->path . DS . 'default.pot'));
|
||||
|
||||
$result = file_get_contents($this->path . DS . 'default.pot');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue