function Factory::__construct
Same name in this branch
- 11.1.x vendor/sebastian/comparator/src/Factory.php \SebastianBergmann\Comparator\Factory::__construct()
- 11.1.x vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php \JsonSchema\Constraints\Factory::__construct()
Overrides Factory::__construct
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Comparator/ Factory.php, line 30
Class
- Factory
- Prophecy comparator factory.
Namespace
Prophecy\ComparatorCode
public function __construct() {
parent::__construct();
$this->register(new ClosureComparator());
$this->register(new ProphecyComparator());
}