Пример #1
0
 public function testGetSecretCode()
 {
     $this->assertEquals("secret-code-1", $this->config1->getSecretCode());
     $this->assertEquals("secret-code-2", $this->config2->getSecretCode());
 }