コード例 #1
0
ファイル: TemplatingFixture.php プロジェクト: nelmio/alice
 /**
  * @inheritdoc
  */
 public function withSpecs(SpecificationBag $specs) : self
 {
     $clone = clone $this;
     $clone->fixture = $this->fixture->withSpecs($specs);
     return $clone;
 }