diff options
author | George Petculescu <gxgpet@gmail.com> | 2021-05-31 12:28:25 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2021-05-31 12:28:25 +0200 |
commit | 81c793551d2bd6c2919a9a46462d464965c8207f (patch) | |
tree | d1daf5024a3627df8493c8056e202302ca052d10 /tests/codeigniter/Setup_test.php | |
parent | 56de63c5bdfd7962d2e64d6d9b0a5b7914d4ec6c (diff) |
Adding PHPUnit 8
Diffstat (limited to 'tests/codeigniter/Setup_test.php')
-rw-r--r-- | tests/codeigniter/Setup_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/Setup_test.php b/tests/codeigniter/Setup_test.php index 5317c56c7..43545822a 100644 --- a/tests/codeigniter/Setup_test.php +++ b/tests/codeigniter/Setup_test.php @@ -1,6 +1,6 @@ <?php -class Setup_test extends PHPUnit_Framework_TestCase { +class Setup_test extends \PHPUnit\Framework\TestCase { public function test_bootstrap_constants() { |