Esempio n. 1
0
 public function testGetContentsReturnsEmptyContentsOnInternalCode()
 {
     $reflectionFunction = new FunctionReflection('max');
     $this->assertSame('', $reflectionFunction->getContents());
 }