예제 #1
0
 public function testGetValue()
 {
     $this->app->setSomeKey('someValue');
     $this->assertEquals('someValue', $this->app->getSomeKey());
 }