kopia lustrzana https://github.com/friendica/friendica
Fix path to tests
rodzic
346b42fba5
commit
cb6269eddb
|
@ -190,7 +190,7 @@ abstract class ApiTest extends FixtureTestCase
|
|||
public function installAuthTest()
|
||||
{
|
||||
$addon = 'authtest';
|
||||
$addon_file_path = __DIR__ . '/../../../Util/authtest/authtest.php';
|
||||
$addon_file_path = __DIR__ . '/Util/authtest/authtest.php';
|
||||
$t = @filemtime($addon_file_path);
|
||||
|
||||
@include_once($addon_file_path);
|
||||
|
|
Ładowanie…
Reference in New Issue