You are here

public function PharAsset::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php \DoctrineTest\InstantiatorTestAsset\PharAsset::__construct()

Constructor - should not be called

Throws

BadMethodCallException

File

vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php, line 37

Class

PharAsset
Test asset that extends an internal PHP class

Namespace

DoctrineTest\InstantiatorTestAsset

Code

public function __construct() {
  throw new BadMethodCallException('Not supposed to be called!');
}