| 1 | <?php |
||
| 15 | class ItemIdParserTest extends PHPUnit_Framework_TestCase { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @dataProvider entityIdProvider |
||
| 19 | */ |
||
| 20 | public function testCanParseEntityId( $idString, ItemId $expected ) { |
||
| 26 | |||
| 27 | public function entityIdProvider() { |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @dataProvider invalidIdSerializationProvider |
||
| 36 | */ |
||
| 37 | public function testCannotParseInvalidId( $invalidIdSerialization ) { |
||
| 43 | |||
| 44 | public function invalidIdSerializationProvider() { |
||
| 57 | |||
| 58 | } |
||
| 59 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.