Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'laravel11' of github.com:askdkc/breezejp into laravel11
Browse files Browse the repository at this point in the history
askdkc committed Jan 17, 2024
2 parents 952dc88 + 5ae1d96 commit 2042c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CommandTest.php
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

test('.env file exists', function () {
$this->assertFileExists(base_path('.env'));
var_dump(file_get_contents(base_path(".env")));
var_dump(file_get_contents(base_path('.env')));
});

test('breezejp command successfully run and see all the published files', closure: function () {

0 comments on commit 2042c83

Please sign in to comment.