-
Notifications
You must be signed in to change notification settings - Fork 3
Cover generators with tests #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 23 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
8f76f20
chore: remove redundant logic.
aaf4e67
test: add Nova test generator test case.
76dba4c
test: separate tests for Nova Resources and Nova tests.
1605125
Merge branch '42-extend-nova-resource-generator' into 49-add-tests
dfb9d07
test: add tests for Nova Resource.
ac6845c
test: add fixture.
c20b26f
test: add tests for controller generator.
fa2c9f7
Merge branch 'master' into 49-add-tests
5fa7683
chore: remove useless methods.
0443851
test: correct test functions.
2933b28
Merge branch 'master' into 49-add-tests
193ab1b
test: correct tests.
b3916c3
chore: correct tests.
543abdf
chore: remove redundant logic.
b4204ff
chore: rewrite test logic.
187cdc4
test: correct test mocks.
747fc31
test: correct fixture path extracting.
ecfdccd
chore: merge with dev
aizlee 9745d29
test: use the Event facade for events checking
aizlee 2163b15
feat: added doctrine/dbal to composer.json
aizlee 866db1e
chore: merge with master
aizlee 51653d0
chore: minor fixes
aizlee 5e93ac5
refactor: tests
aizlee 7a4ee58
chore: remove unsed rollbackToDefaultBasePath
aizlee 75d27c6
refactor: mockNovaResourceTestGenerator
aizlee 1274250
chore: updated packages versions
aizlee ecb4217
chore: merge with master
aizlee e160b0e
chore: updated packages versions
aizlee e789a97
chore: remove debug
aizlee 10c9bab
feat: implemneted assertEventPushedChain
aizlee 80d7b2c
feat: implemented assertExceptionThrowed
aizlee 61b547a
fix: remove reflection from NovaResourceGeneratorTest
aizlee 749a6e7
chore: update laravel to v11.31
aizlee 8384c61
chore: composer update
aizlee 3f38dbd
fix:
aizlee a0c694c
Update src/Generators/AbstractTestsGenerator.php
DenTray 30d2f74
Apply suggestions from code review
DenTray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 +1,4 @@ | ||
| .idea | ||
| vendor/ | ||
| .phpunit.result.cache | ||
| .phpunit.cache |
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.