Artesaos\Defender\Testing\DefenderServiceProviderTest::testModelBindings PHP Method

testModelBindings() public method

public testModelBindings ( )
    public function testModelBindings()
    {
        $this->assertInstanceOf('Artesaos\\Defender\\Role', $this->app->make('Artesaos\\Defender\\Contracts\\Role'));
        $this->assertInstanceOf('Artesaos\\Defender\\Permission', $this->app->make('Artesaos\\Defender\\Contracts\\Permission'));
    }