mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 13:36:13 +01:00
Add @return void annotation to test methods
This commit is contained in:
parent
e2732e2533
commit
64303b35b2
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ class TestimonialRepositoryTest extends \TYPO3\CMS\Extbase\Tests\Unit\BaseTestCa
|
|||
|
||||
/**
|
||||
* @test
|
||||
* @return void
|
||||
*/
|
||||
public function canBeInstantiated() {
|
||||
$this->assertNotNull(
|
||||
|
|
Loading…
Reference in a new issue