Skip to content

Commit

Permalink
Fix tests on run-tests.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Mar 17, 2017
1 parent 48386ed commit c99ba24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Unit/SubscribersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SubscribersTest extends UnitTestCase {
public function setUp() {
parent::setUp();

require __DIR__ . '/fixture_foo.module.php';
require __DIR__ . '/../fixture_foo.module.php';

// Setup default mock services. Individual tests can override as needed.
$this->flagService = $this->prophesize(FlagServiceInterface::class)
Expand Down
File renamed without changes.

0 comments on commit c99ba24

Please sign in to comment.