Codeception: ./vendor/bin/codecept: line 1: ../codeception/codeception/codecept: No such file or directory

Created on 3 Jan 2017  路  4Comments  路  Source: Codeception/Codeception

According to this issues: https://github.com/Codeception/Codeception/issues/3684

vendor/bin/codecept is a symlink to ../codeception/codeception/codecept so that require_once call works correctly.

I know there is something wrong with symlink.we cann't make symlink in virtualbox share folder.
but how to deal with this problem,I must make the code in the share folder in virtulbox, can we remove this path dependence?

Details

class_name: ApiTester
modules:
    enabled:
        - REST:
            depends: PhpBrowser     
            url: http://localhost/

Most helpful comment

You could run vendor/codeception/codeception/codecept directly:

php vendor/codeception/codeception/codecept run

All 4 comments

You could run vendor/codeception/codeception/codecept directly:

php vendor/codeception/codeception/codecept run

Good idea, thanks very much!

but why not add a shell script in bin/codecept?
symlink not support in windows.

It is a question for composer, not us.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simara-svatopluk picture simara-svatopluk  路  3Comments

gimler picture gimler  路  3Comments

DavertMik picture DavertMik  路  4Comments

nikolaykolev picture nikolaykolev  路  3Comments

Breadleyg picture Breadleyg  路  3Comments