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