Skip to content

Commit

Permalink
Fixed the testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike van Diepen committed Dec 9, 2019
1 parent 2a9be15 commit dd7d7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class ConfigurationTest extends TestCase
{
protected const CONFIGURATION_FILE = 'config';
protected const CONFIGURATION_DIRECTORY = 'Fixtures';
protected const CONFIGURATION_DIRECTORY = __DIR__ . DIRECTORY_SEPARATOR . 'Fixtures';

/**
* The expectations for this test.
Expand Down

0 comments on commit dd7d7a0

Please sign in to comment.