Skip to content

[10.x] Test Improvements - #48378

Merged
taylorotwell merged 5 commits into
10.xfrom
generator-test
Sep 13, 2023
Merged

[10.x] Test Improvements#48378
taylorotwell merged 5 commits into
10.xfrom
generator-test

Conversation

@crynobone

@crynobone crynobone commented Sep 13, 2023

Copy link
Copy Markdown
Member

There are some limitations when testing generators commands at the moment mainly due to class_exists() is not as reliable as is_file() in some conditions including:

  • make:listener use class_exists() and unable to be tested
  • make:model with --resource or --api will ask to create the model again, this doesn't occur on normal operation.

crynobone and others added 5 commits September 13, 2023 21:11
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants