Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno Roosevelt committed Apr 22, 2021
1 parent 9654e36 commit e117205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FindersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function testGetDeclaredInterfaces()

public function testComposerClassMap()
{
$finder = new ComposerClassMap(__DIR__ . DS . ".." . DS . "vendor" . DS . "autoload.php" );
$finder = new ComposerClassMap(__DIR__ . DS . ".." . DS . "vendor" . DS . "autoload.php");
$this->assertNotEmpty($finder->find());
}
}

0 comments on commit e117205

Please sign in to comment.