mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-10-29 12:46:30 +01:00
Initial commit for public repo
This commit is contained in:
8
test/BaseTestCase.php
Normal file
8
test/BaseTestCase.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Test;
|
||||
|
||||
class BaseTestCase extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user