-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: added drop-all to the test setup * chore: added missing methods to the docblock for better autocompletion * fix: fixed confusing functionality for getTables & getAllTables * fix: Renamed getAllViews to getViews for better Laravel naming compatibility * fix: Renamed getAllAnalyzers to getAnalyzers for better Laravel naming compatibility * fix: Renamed getAllGraphs to getGraphs for better Laravel naming compatibility * docs: streamlined styling and added functions * test fixed schema method calls * chore cleared unused function * test fixed default endpoint * feat Extended db:show with arangodb functionality * ci: ensure migrations are converted
- Loading branch information
1 parent
381d12a
commit e3594ac
Showing
20 changed files
with
518 additions
and
53 deletions.
There are no files selected for viewing
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,4 +1,5 @@ | ||
#!/usr/bin/env bash | ||
printf "\nRun tests\n" | ||
./vendor/bin/testbench migrate:fresh --path=TestSetup/Database/Migrations --path=vendor/orchestra/testbench-core/laravel/migrations/ --realpath --seed | ||
./vendor/bin/testbench convert:migrations | ||
./vendor/bin/testbench migrate:fresh --drop-all --path=TestSetup/Database/Migrations --path=vendor/orchestra/testbench-core/laravel/migrations/ --realpath --seed | ||
./vendor/bin/testbench package:test --coverage --min=80 tests |
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
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
Oops, something went wrong.