9 lines
84 B
PHP
9 lines
84 B
PHP
<?php
|
|
|
|
use CodeIgniter\Test;
|
|
|
|
class CIUnitTestCase extends Test\CIUnitTestCase
|
|
{
|
|
|
|
}
|