| 1 | <?php |
||
| 12 | final class NotAPsrContainerTest extends TestCase |
||
| 13 | { |
||
| 14 | public function nonContainerValuesProvider() : array |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param mixed $value |
||
| 26 | * @param string $expectedType |
||
| 27 | * @dataProvider nonContainerValuesProvider |
||
| 28 | */ |
||
| 29 | public function testExceptionForContainerValues($value, string $expectedType) : void |
||
| 46 | } |
||
| 47 |