From 439d41b194073285ab97be94253b3f4cb4395e43 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 18 Dec 2017 15:48:49 +0100 Subject: install smarty via composer and update other php libs --- vendor/bshaffer/oauth2-server-php/test/OAuth2/ServerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/bshaffer/oauth2-server-php/test/OAuth2/ServerTest.php') diff --git a/vendor/bshaffer/oauth2-server-php/test/OAuth2/ServerTest.php b/vendor/bshaffer/oauth2-server-php/test/OAuth2/ServerTest.php index 747e120f5..3106961e2 100644 --- a/vendor/bshaffer/oauth2-server-php/test/OAuth2/ServerTest.php +++ b/vendor/bshaffer/oauth2-server-php/test/OAuth2/ServerTest.php @@ -5,8 +5,9 @@ namespace OAuth2; use OAuth2\Request\TestRequest; use OAuth2\ResponseType\AuthorizationCode; use OAuth2\Storage\Bootstrap; +use PHPUnit\Framework\TestCase; -class ServerTest extends \PHPUnit_Framework_TestCase +class ServerTest extends TestCase { /** * @expectedException LogicException OAuth2\Storage\ClientInterface -- cgit v1.2.3