DataSift\Storyplayer\ConfigLib\ConfigListTest::testThrowsExceptionWhenSingleConfigEntryNotFound PHP Method

testThrowsExceptionWhenSingleConfigEntryNotFound() public method

    public function testThrowsExceptionWhenSingleConfigEntryNotFound()
    {
        // ----------------------------------------------------------------
        // setup your test
        $obj = new ConfigList("DataSift\\Storyplayer\\ConfigLib\\StoryplayerConfig", __DIR__ . '/ConfigListTestData1');
        $obj->findConfigs();
        // ----------------------------------------------------------------
        // perform the change
        $actual = $obj->getEntry('config-does-not-exist');
    }