-
This commit is contained in:
parent
2c0da36a8f
commit
98d8787054
@ -13,6 +13,8 @@
|
||||
<sourceFolder url="file://$MODULE_DIR$/code-New/database/factories" isTestSource="false" packagePrefix="Database\Factories\" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/code-New/database/seeders" isTestSource="false" packagePrefix="Database\Seeders\" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/code-New/tests" isTestSource="true" packagePrefix="Tests\" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/code-New/tests/Feature" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/code-New/tests/Unit" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/app/vendor/composer" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/app/vendor/guzzlehttp/guzzle" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/app/vendor/guzzlehttp/promises" />
|
||||
|
||||
@ -324,6 +324,7 @@
|
||||
</component>
|
||||
<component name="PhpUnit">
|
||||
<phpunit_settings>
|
||||
<PhpUnitSettings configuration_file_path="$PROJECT_DIR$/code-New/phpunit.xml" custom_loader_path="$PROJECT_DIR$/code-New/vendor/autoload.php" use_configuration_file="true" />
|
||||
<PhpUnitSettings custom_loader_path="$PROJECT_DIR$/app/vendor/autoload.php" />
|
||||
</phpunit_settings>
|
||||
</component>
|
||||
|
||||
@ -4,8 +4,10 @@
|
||||
<option name="directories">
|
||||
<list>
|
||||
<option value="$PROJECT_DIR$/app/tests" />
|
||||
<option value="$PROJECT_DIR$/code/tests" />
|
||||
<option value="$PROJECT_DIR$/code-New/tests" />
|
||||
<option value="$PROJECT_DIR$/code/tests/Unit" />
|
||||
<option value="$PROJECT_DIR$/code/tests/Feature" />
|
||||
<option value="$PROJECT_DIR$/code-New/tests/Unit" />
|
||||
<option value="$PROJECT_DIR$/code-New/tests/Feature" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
@ -27,11 +27,11 @@ class AppServiceProvider extends ServiceProvider
|
||||
public function boot()
|
||||
{
|
||||
if(config('app.env') === 'production') {
|
||||
\URL::forceScheme('https');
|
||||
//\URL::forceScheme('https');
|
||||
}else {
|
||||
\URL::forceScheme('https');
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
LogViewer::auth(function ($request) {
|
||||
return $request->user()
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user