Beispiel #1
0
 public function testGetUserCommandToReturnQuitCommand()
 {
     $instance = new Interpreter();
     $this->assertInstanceOf('Pry\\Command\\Quit', $instance->getUserCommand(false));
 }