Skip to content

Commit

Permalink
Commit new unit test too
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Aug 9, 2017
1 parent 55bee8e commit a3762f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpMndTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PhpMndTest extends TestCase
{
public function setUp()
{
$file = __DIR__ . "/fixtures/phpmnd.txt";
$file = __DIR__ . "/fixtures/phpmnd.txt";
$this->mnd = new PhpMndLoader($file);

$this->assertInstanceOf(PhpMndLoader::class, $this->mnd);
Expand Down

0 comments on commit a3762f9

Please sign in to comment.