summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2021-05-31 12:28:25 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2021-05-31 12:28:25 +0200
commit81c793551d2bd6c2919a9a46462d464965c8207f (patch)
treed1daf5024a3627df8493c8056e202302ca052d10 /tests/codeigniter
parent56de63c5bdfd7962d2e64d6d9b0a5b7914d4ec6c (diff)
Adding PHPUnit 8
Diffstat (limited to 'tests/codeigniter')
-rw-r--r--tests/codeigniter/Setup_test.php2
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()
{