Skip to content

Install instructions for Composer #1

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

Closed
wants to merge 1 commit into from
Closed

Install instructions for Composer #1

wants to merge 1 commit into from

Conversation

mastacheata
Copy link

The instructions tell to run codeception as if it was a PHP script or PHAR .

php vendor/bin/codecept

When you take a look into the vendor/bin directory you will not find any PHP code.
Instead the composer package comes with *nix shell scripts and Windows batch files for both codeception and phpunit.

That won't work! PHP can neither run shell scripts nor batch files!
I stripped the php in front and everything works as expected!

@DavertMik DavertMik closed this Feb 6, 2013
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.

2 participants