mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Another attempt to fix paths for travis
This commit is contained in:
parent
8aba2b29b8
commit
a158883aed
@ -1,13 +1,7 @@
|
||||
<?php
|
||||
|
||||
echo PHP_EOL.PHP_EOL.'DEBUG:'.PHP_EOL.PHP_EOL;
|
||||
echo 'getcwd: ' . getcwd() .PHP_EOL;
|
||||
echo 'include path: ' . get_include_path().PHP_EOL;
|
||||
echo '__FILE__: ' . __FILE__ . PHP_EOL;
|
||||
echo '__DIR__: ' . __DIR__ . PHP_EOL;
|
||||
|
||||
require_once 'src/OAuth2/Authentication/Server.php';
|
||||
require_once 'src/OAuth2/Authentication/Database.php';
|
||||
require_once '../../src/OAuth2/Authentication/Server.php';
|
||||
require_once '../../src/OAuth2/Authentication/Database.php';
|
||||
|
||||
class Authentication_Server_test extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user