Skip to content

Commit

Permalink
remove useless aserts from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
voda committed Apr 22, 2019
1 parent 216f698 commit 74f6a94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/unit/GettextExtractor/Filters/LatteFilterTest.php
Expand Up @@ -18,8 +18,6 @@ protected function setUp(): void {
public function testExtract(): void {
$messages = $this->object->extract(__DIR__ . '/../../data/latte/default.latte');

self::assertIsArray($messages);

self::assertContains(array(
GE\Extractor::LINE => 2,
GE\Extractor::SINGULAR => 'A message!'
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/GettextExtractor/Filters/PHPFilterTest.php
Expand Up @@ -19,8 +19,6 @@ protected function setUp(): void {
public function testExtract(): void {
$messages = $this->object->extract(__DIR__ . '/../../data/php/default.php');

self::assertIsArray($messages);

self::assertContains(array(
GE\Extractor::LINE => 2,
GE\Extractor::SINGULAR => 'A message!'
Expand Down

0 comments on commit 74f6a94

Please sign in to comment.