1 <?php 2 /** 3 * Created by PhpStorm. 4 * User: kessler 5 * Date: 20/02/16 6 * Time: 14:17. 7 */ 8 namespace Skimia\Foundation\Testing; 9 10 interface TestablePromptCommandInterface 11 { 12 public function setCommandOutput(CommandOutput $commandOutput); 13 } 14