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,6 +1,8 @@
 | 
			
		||||
<?php namespace Moserware\Skills\Tests\Numerics;
 | 
			
		||||
 | 
			
		||||
class BasicMathTest extends PHPUnit_Framework_TestCase
 | 
			
		||||
use Moserware\Skills\Tests\TestCase;
 | 
			
		||||
 | 
			
		||||
class BasicMathTest extends TestCase
 | 
			
		||||
{
 | 
			
		||||
    public function testSquare()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user