Nelmio\Alice\Loader\LoaderIntegrationTest::testLoadEmptyData PHP Метод

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

public testLoadEmptyData ( )
    public function testLoadEmptyData()
    {
        $set = $this->loader->loadData([]);
        $this->assertEquals(new ObjectSet(new ParameterBag(), new ObjectBag()), $set);
    }