public function SerializableArrayObjectAsset::unserialize in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php \DoctrineTest\InstantiatorTestAsset\SerializableArrayObjectAsset::unserialize()
Should not be called
Throws
BadMethodCallException
File
- vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTestAsset/ SerializableArrayObjectAsset.php, line 58
Class
- SerializableArrayObjectAsset
- Serializable test asset that also extends an internal class
Namespace
DoctrineTest\InstantiatorTestAssetCode
public function unserialize($serialized) {
throw new BadMethodCallException('Not supposed to be called!');
}