Skip to content

vendor/cakephp-plugins.php for plugins #9384

@mirko-pagliai

Description

@mirko-pagliai

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions