Skip to content

Commit 6dc6b2b

Browse files
committed
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 <crynobone@gmail.com>
1 parent d20add8 commit 6dc6b2b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

laravel/tests/cases/form.test.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class TestForm extends PHPUnit_Framework_TestCase {
3+
class FormTest extends PHPUnit_Framework_TestCase {
44

55
/**
66
* Setup the test environment.
@@ -11,11 +11,6 @@ public function setUp()
1111
Config::set('application.url', 'http://localhost');
1212
}
1313

14-
/**
15-
* Tear down the test environment.
16-
*/
17-
public function tearDown(){}
18-
1914
/**
2015
* Test the compilation of opening a form
2116
*

0 commit comments

Comments
 (0)