Skip to content

Commit 8177359

Browse files
committed
Fixed tests
1 parent 97a0124 commit 8177359

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Configuration/AllTests.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
* @since 2013-12-30
1818
*/
1919

20-
require_once 'PHPUnit/Framework/TestSuite.php';
21-
require_once 'PHPUnit/TextUI/TestRunner.php';
20+
// include PHPUnit
21+
require_once __DIR__ . '/../../vendor/phpunit/phpunit/src/Framework/TestSuite.php';
22+
require_once __DIR__ . '/../../vendor/phpunit/phpunit/src/TextUI/TestRunner.php';
2223

2324
require_once 'PMF_ConfigurationTest.php';
2425

0 commit comments

Comments
 (0)