1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Fix tests

This commit is contained in:
Jordi Boggiano
2012-06-19 22:15:23 +02:00
parent 89b5a3caac
commit ad9d31e0f4
3 changed files with 42 additions and 20 deletions

View File

@@ -9,5 +9,5 @@
* file that was distributed with this source code.
*/
require_once __DIR__ . "/../vendor/autoload.php";
require_once __DIR__.'/Monolog/TestCase.php';
$loader = require_once __DIR__ . "/../vendor/autoload.php";
$loader->add('Monolog\\', __DIR__);