Ejemplo n.º 1
0
 public function testGetDescription()
 {
     $expected = 'Displays the call stack trace';
     $actual = Trace::getDescription();
     $this->assertEquals($expected, $actual);
 }