diff --git a/tests/unit/PseudoTypes/ArrayShapeTest.php b/tests/unit/PseudoTypes/ArrayShapeTest.php new file mode 100644 index 0000000..04af1fc --- /dev/null +++ b/tests/unit/PseudoTypes/ArrayShapeTest.php @@ -0,0 +1,23 @@ +assertSame([$item1, $item2], $arrayShape->getItems()); + } +} \ No newline at end of file