From a05ea2993115a3fde0932c23262a965335d230b3 Mon Sep 17 00:00:00 2001 From: FoxInFlame Date: Mon, 22 Jan 2018 22:40:28 +0900 Subject: [PATCH] Try namespaces --- api/0.4/tests/models/model.animeInfoTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/0.4/tests/models/model.animeInfoTest.php b/api/0.4/tests/models/model.animeInfoTest.php index e5de409..be69ed2 100644 --- a/api/0.4/tests/models/model.animeInfoTest.php +++ b/api/0.4/tests/models/model.animeInfoTest.php @@ -2,9 +2,10 @@ require './vendor/autoload.php'; +use PHPUnit\Framework\TestCase; require_once(dirname(__FILE__) . "/../../src/models/model.animeInfo.php"); -class AnimeInfoTest extends PHPUnit_Framework_TestCase { +class AnimeInfoTest extends TestCase { public function testID() { $anime = new AnimeInfo();