public function testStrataConfigurableTrait() { $strata = new Strata(); $strata->setConfig("first_level", array("second_level" => true)); $value = $strata->getConfig("first_level.second_level"); $this->assertTrue($value); }