mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-19 16:27:49 +00:00
All tests now extend TestCase
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user