Author: Tim Wagner (tw@appserver.io)
Inheritance: implements AppserverIo\Appserver\Application\Interfaces\ContextInterface
 /**
  * Test the reflection API method.
  *
  * @return void
  */
 public function testNewReflectionClass()
 {
     $reflectionClass = $this->initialContext->newReflectionClass('AppserverIo\\Configuration\\Configuration');
     $this->assertInstanceOf('\\ReflectionClass', $reflectionClass);
 }