Use correct namespace syntax for phpunit in .travis.yml

This commit is contained in:
DariusIII
2017-05-10 11:13:16 +02:00
parent a4d53fd0b5
commit a1043648e3
+1 -1
View File
@@ -28,7 +28,7 @@ use nntmux\Users;
*
* @package tests
*/
class InstallTest extends \PHPUnit_Framework_TestCase
class InstallTest extends \PHPUnit\Framework\TestCase
{
/**
* @var Configure