Exemplo n.º 1
0
 function testToArray()
 {
     $result = new Result('f');
     $this->assertEquals([$result], $result->toArray());
 }