Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 8, 2023
1 parent ad60bce commit 8a5d02c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"opis/closure": "^3.6",
"laravel/serializable-closure": "^1.0",
"orchestra/dusk-updater": "^1.7 || ^2.2",
"orchestra/testbench": "^6.28",
"orchestra/testbench": "^6.29",
"php-webdriver/webdriver": "^1.9"
},
"require-dev": {
Expand Down
2 changes: 2 additions & 0 deletions testbench-dusk
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php

define('TESTBENCH_CORE', true);
define('TESTBENCH_DUSK', true);
define('TESTBENCH_WORKING_PATH', $workingPath = getcwd());

if (file_exists(__DIR__.'/vendor/autoload.php')) {
Expand Down

0 comments on commit 8a5d02c

Please sign in to comment.