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

[0.8.1][0.8.x] Add .gitignore + .gitattributes #154

Closed
wants to merge 1 commit into from

Conversation

KentarouTakeda
Copy link

This PR is cherry-pick of #119 . It fixes #150

Now, composer require erusev/parsedown-extra imports all files of this repo including test/ directory, and import autoload setting but not autoload-dev setting.

If autoload-dev is not set, test/ directory will be set sub-namespace of autoload because it is sub-directory of the directory used by autoload setting. So the class name should be ParsedownExtra\test\ParsedownExtraTest but it is named ParsedownExtraTest.

The test doesn't need to be imported, so cherry-picking #119 with that setting should solve this problem.

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