You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a large drawback of the facade pattern. As with Laravel in general ide code completition does not work with laravel test helpers.
Would you think it would be a best practice to add @method (http://www.phpdoc.org/docs/latest/for-users/phpdoc/tags/method.html) annotation tags to Should.php, Assert.php aso?
Or would it be better to create something like barryvdh/laravel-ide-helper to generate a helper file for laravel-test-helpers dinamically in case some new methods are introduced in phpunit?
The text was updated successfully, but these errors were encountered:
There is a large drawback of the facade pattern. As with Laravel in general ide code completition does not work with laravel test helpers.
Would you think it would be a best practice to add @method (http://www.phpdoc.org/docs/latest/for-users/phpdoc/tags/method.html) annotation tags to Should.php, Assert.php aso?
Or would it be better to create something like barryvdh/laravel-ide-helper to generate a helper file for laravel-test-helpers dinamically in case some new methods are introduced in phpunit?
The text was updated successfully, but these errors were encountered: