Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tests

Make sure you have compiled and install yasd, then

cd tests

Create test

# eg: ./new.php yasd_debugger/remote_mode
./new.php path/to/directory

Run test

Run all tests

PHP_INI_SCAN_DIR=$PWD/extension_ini ./start.sh

Run specific test

# eg: PHP_INI_SCAN_DIR=$PWD/extension_ini ./start.sh yasd_debugger/remote_mode/phpstorm
PHP_INI_SCAN_DIR=$PWD/extension_ini ./start.sh path/to/directory

# eg: PHP_INI_SCAN_DIR=$PWD/extension_ini ./start.sh yasd_debugger/remote_mode/phpstorm/compatible_with_phpstorm.phpt
PHP_INI_SCAN_DIR=$PWD/extension_ini ./start.sh path/to/file