- #!/bin/sh
- php lib/phpunit.phar --display-warnings --display-notices \
- phptest/UtilsTests.php \
- phptest/TokenTests.php \
- phptest/InlineTests.php \
- phptest/BlockTests.php \
- phptest/BrokenSyntaxTests.php \
- phptest/spreadsheet/CellAddressRangeTests.php \
- phptest/spreadsheet/CellValueTests.php \
- phptest/spreadsheet/ExpressionSetTests.php \
- phptest/spreadsheet/SpreadsheetMarkdownIntegrationTests.php
|