Exemplo n.º 1
0
 public function testSet()
 {
     $config = new Config();
     $config->setStoreActive([7 => 3]);
     $this->assertEquals(3, $config->data()['storeActive'][7]);
 }