trueskill/tests/TestCase.php

11 lines
130 B
PHP
Raw Normal View History

2022-07-05 13:55:47 +00:00
<?php
namespace DNW\Skills\Tests;
2016-05-24 12:06:43 +00:00
2024-01-31 14:15:55 +00:00
/**
* Empty wrapper for Unittests
*/
2022-07-05 13:42:21 +00:00
class TestCase extends \PHPUnit\Framework\TestCase
2016-05-24 13:12:29 +00:00
{
2022-07-05 13:55:47 +00:00
}