Example #1
0
 /**
  * Tests the example from the manual
  * 
  * @covers MadPiper\Command::__call
  * @covers MadPiper\Command::__toString
  */
 public function testExample()
 {
     $this->assertEquals('ps u|grep COMMAND', (string) $this->object->ps('u')->grep('COMMAND'));
 }