Essence\Provider\CollectionTest::testHasProvider PHP Method

testHasProvider() public method

public testHasProvider ( )
    public function testHasProvider()
    {
        $this->assertTrue($this->Collection->hasProvider('foo'));
        $this->assertTrue($this->Collection->hasProvider('bar'));
        $this->assertFalse($this->Collection->hasProvider('baz'));
    }