spec\PhpSpec\Laravel\LaravelObjectBehaviorSpec::it_is_a_laravel_behaviour PHP 메소드

it_is_a_laravel_behaviour() 공개 메소드

    function it_is_a_laravel_behaviour()
    {
        $this->shouldImplement('PhpSpec\\Laravel\\LaravelBehaviorInterface');
        $this->shouldBeAnInstanceOf('PhpSpec\\ObjectBehavior');
    }