mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Fool.
This commit is contained in:
parent
755a753cb5
commit
b5e8f9206b
@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?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/Server.php';
|
||||||
require_once 'src/OAuth2/Authentication/Database.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);
|
$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(
|
||||||
|
Loading…
Reference in New Issue
Block a user