mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +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
|
* @test
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function canBeInstantiated() {
|
public function canBeInstantiated() {
|
||||||
$this->assertNotNull(
|
$this->assertNotNull(
|
||||||
$this->subject
|
$this->subject
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue