Skip to content

Instantly share code, notes, and snippets.

@grebaldi
Created November 16, 2015 09:44
Show Gist options
  • Save grebaldi/81ecaaef0aa3c961e0c4 to your computer and use it in GitHub Desktop.
Save grebaldi/81ecaaef0aa3c961e0c4 to your computer and use it in GitHub Desktop.
Flow UnitTest boilerplate
<?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