Created
November 16, 2015 09:44
-
-
Save grebaldi/81ecaaef0aa3c961e0c4 to your computer and use it in GitHub Desktop.
Flow UnitTest boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Vendor\Package\Tests\Unit\Namespace; | |
use TYPO3\Flow\Tests\UnitTestCase; | |
class MyUnitTest extends UnitTestCase { | |
/** | |
* @test | |
*/ | |
public function firstTestMethod() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment