spec\PhpSpec\Laravel\LaravelObjectBehaviorSpec::it_is_a_laravel_behaviour PHP Method

it_is_a_laravel_behaviour() public method

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