mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Test include path on travis
This commit is contained in:
parent
e99211db31
commit
755a753cb5
@ -15,6 +15,11 @@ 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(
|
||||
|
Loading…
Reference in New Issue
Block a user