In tests/static-analysis/assert-isAOf.php there is the following mehod: ``` function allIsAOf($value) { Assert::allIsAOf($value, Serializable::class); return $value; } ``` however no such method exists in the Assert class.