mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 17:34:03 +00:00
add persistence, sync, and forceRefresh assertions
This commit is contained in:
parent
fd830beaf7
commit
6a047d3686
10 changed files with 562 additions and 29 deletions
14
setup/alternative/_alternative_setup.sh
Executable file
14
setup/alternative/_alternative_setup.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd src/
|
||||
|
||||
rm config/cache.php
|
||||
cp ../setup/alternative/cache.php config/cache.php
|
||||
|
||||
rm config/database.php
|
||||
cp ../setup/alternative/database.php config/database.php
|
||||
|
||||
rm app/Providers/AppServiceProvider.php
|
||||
cp ../setup/alternative/AppServiceProvider.php app/Providers/AppServiceProvider.php
|
||||
Loading…
Add table
Add a link
Reference in a new issue