Skip to content

Commit

Permalink
Added assertions for nested directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Oct 6, 2017
1 parent 1665b82 commit 38d106c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/specs/LangJsCommandTest.php
Expand Up @@ -136,6 +136,7 @@ public function testAllFilesShouldBeConverted()
$this->assertContains('es.nonameinc::messages', $contents);
$this->assertContains('ht.nonameinc::messages', $contents);

$this->assertContains('en.forum.thread', $contents);

$this->cleanupOutputDirectory();

Expand Down

0 comments on commit 38d106c

Please sign in to comment.