Nelmio\Alice\Definition\Fixture\FakeFixture::withSpecs PHP Method

withSpecs() public method

public withSpecs ( SpecificationBag $specs )
$specs Nelmio\Alice\Definition\SpecificationBag
    public function withSpecs(SpecificationBag $specs)
    {
        $this->__call(__METHOD__, func_get_args());
    }