mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

Add @return void annotation to test methods

This commit is contained in:
mostwanted 2014-01-02 00:03:12 +01:00
parent a64094be3d
commit e2732e2533

View file

@ -53,10 +53,11 @@ class TeaBeverageRepositoryTest extends \TYPO3\CMS\Extbase\Tests\Unit\BaseTestCa
/**
* @test
* @return void
*/
public function canBeInstantiated() {
$this->assertNotNull(
$this->subject
);
}
}
}