1
0
mirror of https://github.com/furyfire/trueskill.git synced 2025-01-27 14:00:40 +00:00
trueskill/tests/TestCase.php
2022-07-05 15:55:47 +02:00

8 lines
91 B
PHP

<?php
namespace DNW\Skills\Tests;
class TestCase extends \PHPUnit\Framework\TestCase
{
}