Commit 6dc6b2b5 by crynobone

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>
parent d20add8f
<?php <?php
class TestForm extends PHPUnit_Framework_TestCase { class FormTest extends PHPUnit_Framework_TestCase {
/** /**
* Setup the test environment. * Setup the test environment.
...@@ -12,11 +12,6 @@ class TestForm extends PHPUnit_Framework_TestCase { ...@@ -12,11 +12,6 @@ class TestForm extends PHPUnit_Framework_TestCase {
} }
/** /**
* Tear down the test environment.
*/
public function tearDown(){}
/**
* Test the compilation of opening a form * Test the compilation of opening a form
* *
* @group laravel * @group laravel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment