From 0f413d06b9af274a04408029c116d773c301f175 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 10 Feb 2020 16:24:56 +0100 Subject: [PATCH] tests for php7 --- tests/CsvTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/CsvTest.php b/tests/CsvTest.php index 15bf155..ebea607 100644 --- a/tests/CsvTest.php +++ b/tests/CsvTest.php @@ -1,13 +1,14 @@ */ -class CsvTest extends \PHPUnit_Framework_TestCase +class CsvTest extends TestCase { public function testGettersAndSettersAndDefaultValues() {