| 1 | <?php |
||
| 17 | final class UniqueIdentifierGeneratorTest extends TestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @dataProvider getBaseIdentifierNames |
||
| 21 | */ |
||
| 22 | public function testGeneratesUniqueIdentifiers(string $name) : void |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @dataProvider getBaseIdentifierNames |
||
| 32 | */ |
||
| 33 | public function testGeneratesValidIdentifiers(string $name) : void |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @dataProvider getBaseIdentifierNames |
||
| 43 | */ |
||
| 44 | public function testGeneratedIdentifierEntropy(string $name) : void |
||
| 48 | |||
| 49 | /** |
||
| 50 | * Data provider generating identifier names to be checked |
||
| 51 | * |
||
| 52 | * @return string[][] |
||
| 53 | */ |
||
| 54 | public static function getBaseIdentifierNames() : array |
||
| 66 | } |
||
| 67 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.