Another attempt to fix paths for travis

This commit is contained in:
Alex Bilbie 2013-01-02 20:32:25 +00:00
parent 8aba2b29b8
commit a158883aed

View File

@ -1,13 +1,7 @@
<?php <?php
echo PHP_EOL.PHP_EOL.'DEBUG:'.PHP_EOL.PHP_EOL; require_once '../../src/OAuth2/Authentication/Server.php';
echo 'getcwd: ' . getcwd() .PHP_EOL; require_once '../../src/OAuth2/Authentication/Database.php';
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';
class Authentication_Server_test extends PHPUnit_Framework_TestCase class Authentication_Server_test extends PHPUnit_Framework_TestCase
{ {