mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-19 08:18:38 +00: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