DataSift\Storyplayer\ConfigLib\StoryplayerConfigTest::testDefaultsSectionCannotContainNull PHP Метод

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

    public function testDefaultsSectionCannotContainNull()
    {
        // ----------------------------------------------------------------
        // setup your test
        $obj = new StoryplayerConfig();
        // ----------------------------------------------------------------
        // perform the change
        $obj->loadConfigFromFile(__DIR__ . "/storyplayer-config-with-defaults-contains-null.json");
        // ----------------------------------------------------------------
        // test the results
        $obj->validateConfig();
    }