|
|
@@ -1,13 +1,11 @@
|
|
|
<?php
|
|
|
|
|
|
namespace Tests\Services\ForeignHaiRoboticsService;
|
|
|
-use App\Exceptions\ErrorException;
|
|
|
use App\MaterialBox;
|
|
|
use App\Services\ForeignHaiRoboticsService;
|
|
|
use App\Station;
|
|
|
use App\StationTaskMaterialBox;
|
|
|
use Tests\TestCase;
|
|
|
-use App\ForeignHaiRobotics;
|
|
|
use App\Traits\TestMockSubServices;
|
|
|
|
|
|
class TaskUpdateTest extends TestCase
|
|
|
@@ -51,6 +49,7 @@ class TaskUpdateTest extends TestCase
|
|
|
$this->data['task']['binCode']
|
|
|
));
|
|
|
}
|
|
|
+
|
|
|
public function testMissionFailed()
|
|
|
{
|
|
|
$this->data['task']['status']=1;
|