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/Census/CensusColumnBirthDaySlashMonthYearTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php') diff --git a/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php b/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php index ea6963ab84..cfb6f72676 100644 --- a/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php +++ b/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php @@ -21,7 +21,7 @@ use Mockery; /** * Test harness for the class CensusColumnBirthDaySlashMonthYearTest */ -class CensusColumnBirthDaySlashMonthYearTest extends \PHPUnit_Framework_TestCase { +class CensusColumnBirthDaySlashMonthYearTest extends \PHPUnit\Framework\TestCase { /** * Delete mock objects */ -- cgit v1.3