PSR1, PSR2 and PSR12 code standards

This commit is contained in:
2024-01-31 14:15:55 +00:00
parent 51a73ead83
commit f9e3b344d6
5 changed files with 56 additions and 69 deletions

View File

@ -2,6 +2,9 @@
namespace DNW\Skills\Tests;
/**
* Empty wrapper for Unittests
*/
class TestCase extends \PHPUnit\Framework\TestCase
{
}