mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01: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