@@ -13,7 +13,7 @@ |
||
13 | 13 | use Joomla\Test\TestHelper; |
14 | 14 | use PHPUnit\Framework\TestCase; |
15 | 15 | |
16 | -require_once __DIR__ . '/stubs/ClientInspector.php'; |
|
16 | +require_once __DIR__.'/stubs/ClientInspector.php'; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * Test class for OAuth1 Client. |