From a1043648e3f4d5da165c5dd1b0f6d3bc978478df Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 10 May 2017 11:13:16 +0200 Subject: [PATCH] Use correct namespace syntax for phpunit in .travis.yml --- tests/Install/InstallTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Install/InstallTest.php b/tests/Install/InstallTest.php index 9ca8a41a6..4dd4ddda8 100644 --- a/tests/Install/InstallTest.php +++ b/tests/Install/InstallTest.php @@ -28,7 +28,7 @@ use nntmux\Users; * * @package tests */ -class InstallTest extends \PHPUnit_Framework_TestCase +class InstallTest extends \PHPUnit\Framework\TestCase { /** * @var Configure