From 755a753cb532b49e2af52147fe153778f24f806e Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 2 Jan 2013 20:19:26 +0000 Subject: [PATCH] Test include path on travis --- tests/authentication/server_test.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/authentication/server_test.php b/tests/authentication/server_test.php index e7132ec7..bd0b214e 100644 --- a/tests/authentication/server_test.php +++ b/tests/authentication/server_test.php @@ -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(