Beberlei\Metrics\Tests\FactoryTest::testCreateValidMetric PHP Метод

testCreateValidMetric() публичный Метод

public testCreateValidMetric ( $expectedClass, $type, $options = [] )
    public function testCreateValidMetric($expectedClass, $type, $options = array())
    {
        $this->assertInstanceOf($expectedClass, Factory::create($type, $options));
    }