mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
7 lines
345 B
Bash
Executable File
7 lines
345 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Example to test just one method of a test unit:
|
|
# php phpunit-5.7.20.phar --filter testConflict ChangeTest tests/Model/ChangeTest.php --bootstrap vendor/autoload.php tests/Model/
|
|
|
|
# php5.6 phpunit-5.7.20.phar --bootstrap vendor/autoload.php tests/Controller/
|
|
php5.6 phpunit-5.7.20.phar --bootstrap vendor/autoload.php tests/Model/ |