Ejemplo n.º 1
0
 public function testGet()
 {
     $app = new App();
     $app->testGet($this->getTestCallable());
     $returned = $app->testGet;
     $this->assertNotNull($returned);
     $this->assertSame(self::TEST_CALLBACK_MESSAGE, $returned);
 }