From 4d59db67c4a1f60da92a66edf17e2cc3d4e471e8 Mon Sep 17 00:00:00 2001 From: malukenho Date: Sat, 17 Jan 2015 06:27:25 -0300 Subject: [PATCH] Mark Fixture class as final --- tests/SomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SomeController.php b/tests/SomeController.php index a5ec5cd..b54ddd4 100644 --- a/tests/SomeController.php +++ b/tests/SomeController.php @@ -17,7 +17,7 @@ */ namespace PHPRouter\Test; -class SomeController +final class SomeController { public function users_create() {} public function indexAction() {} -- 2.11.0