SensioLabs\Deptrac\Tests\Configuration\ConfigurationCollectorTest::testInvalidFromArray PHP Method

testInvalidFromArray() public method

    public function testInvalidFromArray()
    {
        ConfigurationCollector::fromArray([]);
    }
ConfigurationCollectorTest