All tests now extend TestCase

This commit is contained in:
Alexander Liljengård
2016-05-24 14:06:43 +02:00
parent 983c6dc487
commit 9f97eb1653
11 changed files with 30 additions and 24 deletions

View File

@ -1,9 +1,9 @@
<?php namespace Moserware\Skills\Tests\TrueSkill;
use \PHPUnit_Framework_TestCase;
use Moserware\Skills\Tests\TestCase;
use Moserware\Skills\TrueSkill\FactorGraphTrueSkillCalculator;
class FactorGraphTrueSkillCalculatorTest extends PHPUnit_Framework_TestCase
class FactorGraphTrueSkillCalculatorTest extends TestCase
{
public function testFactorGraphTrueSkillCalculator()
{