Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e868262

Browse files
committed
#94 documenting newly introduced tests
1 parent 43d2cd6 commit e868262

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Generator/ValueGeneratorTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function constantsTypeProvider()
6767
}
6868

6969
/**
70+
* @group #94
7071
* @dataProvider validConstantTypesProvider
7172
*/
7273
public function testValidConstantTypes($generator, $expectedOutput)
@@ -76,6 +77,9 @@ public function testValidConstantTypes($generator, $expectedOutput)
7677
$this->assertSame($expectedOutput, $propertyGenerator->generate());
7778
}
7879

80+
/**
81+
* @return array
82+
*/
7983
public function validConstantTypesProvider()
8084
{
8185
return [

0 commit comments

Comments
 (0)