| 1 | <?php |
||
| 7 | class DeleteTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | use ServiceGetterTrait; |
||
| 10 | |||
| 11 | public function testGetCode() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param bool $expects |
||
| 23 | * @return ResourceInterface |
||
| 24 | */ |
||
| 25 | protected function getResource($expects = false) |
||
| 34 | |||
| 35 | public function testProcess() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @expectedException \Maketok\DataMigration\Action\Exception\WrongContextException |
||
| 49 | */ |
||
| 50 | public function testWrongProcess() |
||
| 59 | } |
||
| 60 |