Skip to content

Commit

Permalink
Fixed tests on Windows - use DIRECTORY_SEPARATOR
Browse files Browse the repository at this point in the history
  • Loading branch information
KacerCZ committed Nov 15, 2017
1 parent 6b7d4fb commit dc8ca95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function testPDependFiltersSingleFileWithPattern()
$this->changeWorkingDirectory();

$directory = $this->createCodeResourceUriForTest();
$pattern = '*/Integration/*';
$pattern = '*' . DIRECTORY_SEPARATOR . 'Integration' . DIRECTORY_SEPARATOR . '*';

$pdepend = $this->createEngineFixture();
$pdepend->addFile($this->createCodeResourceUriForTest().'/Integration/FilteredClass.php');
Expand Down

0 comments on commit dc8ca95

Please sign in to comment.