This commit is contained in:
Alex Bilbie 2013-01-02 20:21:25 +00:00
parent 755a753cb5
commit b5e8f9206b

View File

@ -1,5 +1,7 @@
<?php
echo PHP_EOL.PHP_EOL.get_include_path().PHP_EOL.PHP_EOL;
require_once 'src/OAuth2/Authentication/Server.php';
require_once 'src/OAuth2/Authentication/Database.php';
@ -15,11 +17,6 @@ class Authentication_Server_test extends PHPUnit_Framework_TestCase
$this->oauth->registerDbAbstractor($this->oauthdb);
}
public function test_ip()
{
echo PHP_EOL.PHP_EOL.get_include_path().PHP_EOL.PHP_EOL;
}
public function test_setupWithOptions()
{
$o = new Oauth2\Authentication\Server(array(