mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Fool.
This commit is contained in:
		@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user