-
Notifications
You must be signed in to change notification settings - Fork 3.4k
vendor/cakephp-plugins.php for plugins #9384
Copy link
Copy link
Closed
Labels
Milestone
Description
I have had this problem:
http://stackoverflow.com/questions/39254126/cakephp-loads-plugin-for-test/39256083#39256083
Briefly: the plugin FirstPlugin uses the plugin SecondPlugin, installed with composer.
No problem normally.
By writing the tests for plugin FirstPlugin, the pluginSecondPlugin was not found.
At the end I realized that the file FirstPlugin/vendor/cakephp-plugins.php was missing.
So I did a test. In an app I tried deleting the vendor directory and I saw that the file is re-created.
Then I deleted the FirstPlugin/vendor directory and the file is not re-created automatically.
Is it normal?
Reactions are currently unavailable