Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try namespaces
  • Loading branch information
FoxInFlame committed Jan 22, 2018
1 parent 05a6b18 commit a05ea29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/0.4/tests/models/model.animeInfoTest.php
Expand Up @@ -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();
Expand Down

0 comments on commit a05ea29

Please sign in to comment.