Skip to content
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

Deprecated Error in Table class at CakePHP3.6 #45

Closed
tai-sho opened this issue Oct 18, 2018 · 1 comment
Closed

Deprecated Error in Table class at CakePHP3.6 #45

tai-sho opened this issue Oct 18, 2018 · 1 comment

Comments

@tai-sho
Copy link

tai-sho commented Oct 18, 2018

When I tested with PHPUnit during development, Deprecated Error occurred. It seems that Table :: table () has been deprecated since CakePHP 3.6.

Deprecated Error: App\Model\Table\FooTable::table() is deprecated. Use setTable()/getTable() instead. - /app/vendor/k1low/property-enum/src/Controller/Component/AutoSetComponent.php, line: 17
 You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. in [/app/vendor/cakephp/cakephp/src/Core/functions.php, line 310]
@tai-sho
Copy link
Author

tai-sho commented Oct 18, 2018

I'm sorry, the destination of the issue was incorrect.

@tai-sho tai-sho closed this as completed Oct 18, 2018
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

No branches or pull requests

1 participant