Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1d1e308

Browse files
committed
remove *local, remove unit and api testing
1 parent edbbcf7 commit 1d1e308

File tree

21 files changed

+6
-454
lines changed

21 files changed

+6
-454
lines changed

‎api/modules/v1/Module.php‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
<?php
22
namespace api\modules\v1;
33

4-
/**
5-
* iKargo API V1 Module
6-
*
7-
* @author Budi Irawan <budi@ebizu.com>
8-
* @since 1.0
9-
*/
104
class Module extends \yii\base\Module
115
{
126
public $controllerNamespace = 'api\modules\v1\controllers';
137

148
public function init()
159
{
16-
parent::init();
10+
parent::init();
1711
}
1812
}

‎api/modules/v1/models/Country.php‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ public static function tableName()
1515
{
1616
return 'country';
1717
}
18+
19+
public static function primaryKey()
20+
{
21+
return ['code'];
22+
}
1823

1924
public function rules()
2025
{

‎api/tests/api/PushCept.php‎

Lines changed: 0 additions & 17 deletions
This file was deleted.

‎api/tests/api/modules/v1/bid/CreateBidCept.php‎

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎api/tests/api/modules/v1/bid/ListBidCept.php‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎api/tests/api/modules/v1/category/GetCategoryCept.php‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎api/tests/api/modules/v1/category/ListCategoryCept.php‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎api/tests/api/modules/v1/device/CreateDeviceCept.php‎

Lines changed: 0 additions & 21 deletions
This file was deleted.

‎api/tests/api/modules/v1/device/ListDeviceCept.php‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎api/tests/api/modules/v1/shipment/ListBidOfShipmentCept.php‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /