| 1 | <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
||
| 18 | class CommandTestCase extends TestCase { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Get the command. |
||
| 22 | * |
||
| 23 | * @param string $name Command name. |
||
| 24 | * @return Command |
||
| 25 | */ |
||
| 26 | protected function getCommand( $name ) { |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Get a CommandTester. |
||
| 43 | * |
||
| 44 | * @param string $name Command name. |
||
| 45 | * @return CommandTester |
||
| 46 | */ |
||
| 47 | protected function getTester( $name ) { |
||
| 50 | |||
| 51 | } |
||
| 52 |