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

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

    public function testThrowsAnExceptionIfUsingCurrentOutOfACollection()
    {
        $data = [\stdClass::class => ['dummy' => ['foo' => '<current()>']]];
        $this->loader->loadData($data);
    }