コード例 #1
0
ファイル: ConfigTests.php プロジェクト: chay22/recselmeter
 public function testSet()
 {
     $config = new Config();
     $config->setStoreActive([7 => 3]);
     $this->assertEquals(3, $config->data()['storeActive'][7]);
 }