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:
4
tests/TestCase.php
Normal file
4
tests/TestCase.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php namespace Moserware\Skills\Tests;
|
||||
|
||||
class TestCase extends \PHPUnit_Framework_TestCase {
|
||||
}
|
Reference in New Issue
Block a user