mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 21:47:25 +02:00
Fix annotation multiple types for tests
This commit is contained in:
@@ -28,7 +28,7 @@ class EntityTest extends \PHPUnit_Framework_TestCase
|
|||||||
* @dataProvider valueProvider
|
* @dataProvider valueProvider
|
||||||
*
|
*
|
||||||
* @var string $name
|
* @var string $name
|
||||||
* @var array|Value[] $values
|
* @var Value[] $values
|
||||||
*/
|
*/
|
||||||
public function testAddValue($name, array $values)
|
public function testAddValue($name, array $values)
|
||||||
{
|
{
|
||||||
@@ -47,7 +47,7 @@ class EntityTest extends \PHPUnit_Framework_TestCase
|
|||||||
* @dataProvider valueProvider
|
* @dataProvider valueProvider
|
||||||
*
|
*
|
||||||
* @var string $name
|
* @var string $name
|
||||||
* @var array|Value[] $values
|
* @var Value[] $values
|
||||||
*/
|
*/
|
||||||
public function testRemoveValue($name, array $values)
|
public function testRemoveValue($name, array $values)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user