__construct() публичный Метод

public __construct ( Prophecy\Prophecy\ObjectProphecy $prophecy )
$prophecy Prophecy\Prophecy\ObjectProphecy
Пример #1
0
 public function __construct(ObjectProphecy $prophecy, $class)
 {
     parent::__construct($prophecy);
     $this->prophecy = $prophecy;
     $this->beADoubleOf($class);
 }