PHP and Javascript implementations of a simple markdown parser
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

runphptests.sh 373B

12345678910
  1. #!/bin/sh
  2. php lib/phpunit.phar --display-warnings --display-notices \
  3. phptest/UtilsTests.php \
  4. phptest/TokenTests.php \
  5. phptest/InlineTests.php \
  6. phptest/BlockTests.php \
  7. phptest/spreadsheet/CellAddressRangeTests.php \
  8. phptest/spreadsheet/CellValueTests.php \
  9. phptest/spreadsheet/ExpressionSetTests.php \
  10. phptest/spreadsheet/SpreadsheetMarkdownIntegrationTests.php