From 3e983931fdde6db78f1490364106d7d46e77dea7 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 7 Dec 2017 09:16:01 +0000 Subject: Update to PhpUnit 6, for PHP 7 --- tests/app/Controller/HourglassControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app/Controller/HourglassControllerTest.php') diff --git a/tests/app/Controller/HourglassControllerTest.php b/tests/app/Controller/HourglassControllerTest.php index ecba4558fb..f4a998541b 100644 --- a/tests/app/Controller/HourglassControllerTest.php +++ b/tests/app/Controller/HourglassControllerTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class HourglassController */ -class HourglassControllerTest extends \PHPUnit_Framework_TestCase { +class HourglassControllerTest extends \PHPUnit\Framework\TestCase { /** * Prepare the environment for these tests */ -- cgit v1.3