Add Pest PHP
This commit is contained in:
parent
4132f85176
commit
ad6a0f4cf3
9 changed files with 3978 additions and 0 deletions
10
php/pest/tests/TestCase.php
Normal file
10
php/pest/tests/TestCase.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
//
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue