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,8 +1,9 @@
 | 
			
		||||
<?php namespace Moserware\Skills\Tests\TrueSkill;
 | 
			
		||||
 | 
			
		||||
use \PHPUnit_Framework_TestCase;
 | 
			
		||||
 
 | 
			
		||||
class DrawMarginTest extends PHPUnit_Framework_TestCase
 | 
			
		||||
use Moserware\Skills\Tests\TestCase;
 | 
			
		||||
use Moserware\Skills\TrueSkill\DrawMargin;
 | 
			
		||||
 | 
			
		||||
class DrawMarginTest extends TestCase
 | 
			
		||||
{    
 | 
			
		||||
    const ERROR_TOLERANCE = 0.000001;
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user