Test include path on travis

This commit is contained in:
Alex Bilbie 2013-01-02 20:19:26 +00:00
parent e99211db31
commit 755a753cb5

View File

@ -15,6 +15,11 @@ class Authentication_Server_test extends PHPUnit_Framework_TestCase
$this->oauth->registerDbAbstractor($this->oauthdb); $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() public function test_setupWithOptions()
{ {
$o = new Oauth2\Authentication\Server(array( $o = new Oauth2\Authentication\Server(array(