Cleanup abstractions of "TestCase" class in unittest
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-02-01 10:50:18 +00:00
parent cbaa56f50d
commit 23fc14af0a
17 changed files with 73 additions and 25 deletions

View File

@ -3,7 +3,7 @@
namespace DNW\Skills\Tests\Numerics;
use DNW\Skills\Numerics\Range;
use DNW\Skills\Tests\TestCase;
use PHPUnit\Framework\TestCase;
use Exception;
class RangeTest extends TestCase