| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 19 | class CommandTest extends \PHPUnit\Framework\TestCase |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var Command |
||
| 23 | */ |
||
| 24 | protected $command; |
||
| 25 | |||
| 26 | protected $table = 'testAction'; |
||
| 27 | protected $columns = ['a' => 'b']; |
||
| 28 | |||
| 29 | protected function setUp() |
||
| 34 | ]); |
||
| 35 | } |
||
| 36 | |||
| 37 | protected function tearDown() |
||
| 39 | } |
||
| 40 | |||
| 41 | public function testInsert() |
||
| 47 |