* Use $cfg['uploadDir'] = "./test/test_data" while importing * Prevents use of FileDetectors in remote file detectors etc. Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./test/install-browserstack
|
|
composer install --no-interaction
|
|
|
|
echo -e "<?php\n\$cfg['UploadDir'] = './test/test_data/';" > config.inc.php |