From 6dc6b2b5ae91f15f3744a3c123952f53d8cebba0 Mon Sep 17 00:00:00 2001 From: crynobone Date: Tue, 6 Nov 2012 19:40:08 +0800 Subject: [PATCH] Rename TestForm class to FormTest, to make it consistent with all other testcases. Also remove tearDown method, as it doesn't do anything at this moment. Signed-off-by: crynobone --- laravel/tests/cases/form.test.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/laravel/tests/cases/form.test.php b/laravel/tests/cases/form.test.php index e812ad2d..266b74b5 100644 --- a/laravel/tests/cases/form.test.php +++ b/laravel/tests/cases/form.test.php @@ -1,6 +1,6 @@