PhpSpec\Wrapper\Collaborator::beConstructedWith PHP Метод

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

public beConstructedWith ( array $arguments = null )
$arguments array
    public function beConstructedWith(array $arguments = null)
    {
        $this->prophecy->willBeConstructedWith($arguments);
    }