Beispiel #1
0
 public function testGetHistory()
 {
     $instance = new Interpreter();
     $this->assertTrue(is_array($instance->getHistory()));
 }