Файл: gapps/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/MethodProphecyExceptionSpec.php
Строк: 23
<?php
namespace specProphecyExceptionProphecy;
use PhpSpecObjectBehavior;
use ProphecyProphecyMethodProphecy;
use ProphecyProphecyObjectProphecy;
use specProphecyExceptionProphecy;
class MethodProphecyExceptionSpec extends ObjectBehavior
{
function let(ObjectProphecy $objectProphecy, MethodProphecy $methodProphecy)
{
$methodProphecy->getObjectProphecy()->willReturn($objectProphecy);
$this->beConstructedWith('message', $methodProphecy);
}
function it_extends_DoubleException()
{
$this->shouldBeAnInstanceOf('ProphecyExceptionProphecyObjectProphecyException');
}
function it_holds_a_stub_reference($methodProphecy)
{
$this->getMethodProphecy()->shouldReturn($methodProphecy);
}
}