From 7a449f86b98c0dce844a129ba40d3881c04df586 Mon Sep 17 00:00:00 2001 From: Amo Chohan Date: Thu, 2 Jun 2016 13:14:42 +0100 Subject: [PATCH] Make TestCase abstract --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 8578b17e..8208edca 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,6 +1,6 @@