-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from shiftenterdev/development
WIP
- Loading branch information
Showing
31 changed files
with
178 additions
and
122 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
app/Http/Livewire/Admin/Category.php → app/Livewire/Admin/Category.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace App\Http\Livewire\Admin; | ||
namespace App\Livewire\Admin; | ||
|
||
use Livewire\Component; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
app/Http/Livewire/Admin/Customer.php → app/Livewire/Admin/Customer.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace App\Http\Livewire\Admin; | ||
namespace App\Livewire\Admin; | ||
|
||
use Livewire\Component; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
app/Http/Livewire/Admin/Product.php → app/Livewire/Admin/Product.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front\Catalog; | ||
namespace App\Livewire\Front\Catalog; | ||
|
||
use App\Facades\Cart; | ||
use App\Facades\Customer; | ||
|
2 changes: 1 addition & 1 deletion
2
app/Http/Livewire/Front/Category/Filter.php → app/Livewire/Front/Category/Filter.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ivewire/Front/Category/Filter/CatItem.php → ...ivewire/Front/Category/Filter/CatItem.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...p/Livewire/Front/Category/ProductList.php → app/Livewire/Front/Category/ProductList.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front; | ||
namespace App\Livewire\Front; | ||
|
||
use App\Facades\Cart; | ||
use App\Facades\Customer; | ||
|
2 changes: 1 addition & 1 deletion
2
app/Http/Livewire/Front/Checkout/Login.php → app/Livewire/Front/Checkout/Login.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front; | ||
namespace App\Livewire\Front; | ||
|
||
use App\Facades\Cart; | ||
use App\Models\CartPriceRule; | ||
|
2 changes: 1 addition & 1 deletion
2
app/Http/Livewire/Front/Customer/Login.php → app/Livewire/Front/Customer/Login.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../Livewire/Front/Customer/Registration.php → app/Livewire/Front/Customer/Registration.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front\Home; | ||
namespace App\Livewire\Front\Home; | ||
|
||
use App\Facades\Cart; | ||
use App\Models\Product; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front; | ||
namespace App\Livewire\Front; | ||
|
||
use App\Facades\Cart; | ||
use Livewire\Component; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front; | ||
namespace App\Livewire\Front; | ||
|
||
use App\Models\Product; | ||
use Livewire\Component; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front; | ||
namespace App\Livewire\Front; | ||
|
||
use App\Mail\SubscriptionMail; | ||
use Illuminate\Support\Facades\Mail; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Iftakharul Alam Bappa <[email protected]> | ||
*/ | ||
|
||
namespace App\Http\Livewire\Front; | ||
namespace App\Livewire\Front; | ||
|
||
use Livewire\Component; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" | ||
colors="true" cacheDirectory=".phpunit.cache"> | ||
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" | ||
bootstrap="vendor/autoload.php" | ||
colors="true" | ||
> | ||
<testsuites> | ||
<testsuite name="Unit"> | ||
<directory suffix="Test.php">./tests/Unit</directory> | ||
<directory>tests/Unit</directory> | ||
</testsuite> | ||
<testsuite name="Feature"> | ||
<directory suffix="Test.php">./tests/Feature</directory> | ||
<directory>tests/Feature</directory> | ||
</testsuite> | ||
</testsuites> | ||
<php> | ||
<server name="APP_ENV" value="testing"/> | ||
<server name="BCRYPT_ROUNDS" value="4"/> | ||
<server name="CACHE_DRIVER" value="array"/> | ||
<server name="DB_DATABASE" value=":memory:"/> | ||
<server name="MAIL_MAILER" value="array"/> | ||
<server name="QUEUE_CONNECTION" value="sync"/> | ||
<server name="SESSION_DRIVER" value="array"/> | ||
<server name="TELESCOPE_ENABLED" value="false"/> | ||
</php> | ||
<source> | ||
<include> | ||
<directory suffix=".php">./app</directory> | ||
<directory>app</directory> | ||
</include> | ||
</source> | ||
<php> | ||
<env name="APP_ENV" value="testing"/> | ||
<env name="BCRYPT_ROUNDS" value="4"/> | ||
<env name="CACHE_DRIVER" value="array"/> | ||
<env name="DB_DATABASE" value="testing"/> | ||
<env name="MAIL_MAILER" value="array"/> | ||
<env name="PULSE_ENABLED" value="false"/> | ||
<env name="QUEUE_CONNECTION" value="sync"/> | ||
<env name="SESSION_DRIVER" value="array"/> | ||
<env name="TELESCOPE_ENABLED" value="false"/> | ||
</php> | ||
</phpunit> |
Oops, something went wrong.