From 44ac3b16e5a129015d289fee9c6934e93b1cac05 Mon Sep 17 00:00:00 2001 From: bzick Date: Sat, 22 Apr 2017 16:39:33 +0300 Subject: [PATCH] Phpunit things --- tests/autoload.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/autoload.php b/tests/autoload.php index 5f26756..6672ece 100644 --- a/tests/autoload.php +++ b/tests/autoload.php @@ -2,8 +2,6 @@ require(__DIR__ . "/../src/Fenom.php"); Fenom::registerAutoload(); -require_once __DIR__ . "/../vendor/autoload.php"; - if(!class_exists('\PHPUnit_Framework_TestCase') && class_exists('\PHPUnit\Framework\TestCase')) { class_alias('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');