steevenz / rajaongkir

Advanced RajaOngkir API PHP Class
MIT License
60 stars 40 forks source link

Error array_key_exists() Ketika Menjalankan Testing di Laravel 5.5.44 #13

Closed foggyfrost closed 6 years ago

foggyfrost commented 6 years ago

Ketika running vendor/bin/phpunit terjadi error ErrorException: array_key_exists(): The first argument should be either a string or an integer

/var/www/html/vendor/laravel/framework/src/Illuminate/Support/Arr.php:151 /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Arr.php:288 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php:139 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php:103 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php:74 /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Facades/Schema.php:33 /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:128 /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:215 /var/www/html/app/Providers/AppServiceProvider.php:26 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php:549 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:792 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:775 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:776 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:213 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:296 /var/www/html/tests/CreatesApplication.php:19 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:91 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:68 /var/www/html/tests/UnitTestCase.php:25

foggyfrost commented 6 years ago

https://github.com/steevenz/rajaongkir/issues/10