mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Better travis debugging
This commit is contained in:
parent
b5e8f9206b
commit
8aba2b29b8
@ -1,6 +1,10 @@
|
||||
<?php
|
||||
|
||||
echo PHP_EOL.PHP_EOL.get_include_path().PHP_EOL.PHP_EOL;
|
||||
echo PHP_EOL.PHP_EOL.'DEBUG:'.PHP_EOL.PHP_EOL;
|
||||
echo 'getcwd: ' . getcwd() .PHP_EOL;
|
||||
echo 'include path: ' . get_include_path().PHP_EOL;
|
||||
echo '__FILE__: ' . __FILE__ . PHP_EOL;
|
||||
echo '__DIR__: ' . __DIR__ . PHP_EOL;
|
||||
|
||||
require_once 'src/OAuth2/Authentication/Server.php';
|
||||
require_once 'src/OAuth2/Authentication/Database.php';
|
||||
|
Loading…
Reference in New Issue
Block a user