@
@
@Twitt2018-05-19 12:09:21
open server
@Twitt, 2018-05-19 12:09:21

How to run something from the OpenServer console?

you need to run the Codeception unit test
The instructions say to run it like this

./vendor/bin/codecept run
but it gives
"." is not an internal or external
command, operable program, or batch file.

if run through the prefix php, then writes
dir=$(d=${0%[/\\]*}; cd "$d"; cd "../codeception/base" && pwd)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Akhmetyanov, 2020-10-24
@vevovip

You need to go to the vendor\bin directory and run codecept

# cd vendor\bin\
# codecept

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question