Artesaos\SEOTools\Tests\SEOToolsServiceProviderTest::test_container_are_provided PHP Method

test_container_are_provided() public method

Verify if classes are in service container.
public test_container_are_provided ( string $contract, string $concreteClass )
$contract string
$concreteClass string
    public function test_container_are_provided($contract, $concreteClass)
    {
        $this->assertInstanceOf($contract, $this->app[$concreteClass]);
    }