mirror of
https://gh.wpcy.net/https://github.com/totake0224/LINEIntegration.git
synced 2026-07-16 09:24:53 +08:00
15 lines
568 B
XML
15 lines
568 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true" bootstrap="tools/bootstrap.php">
|
|
<php>
|
|
<env name="LINE_BOT_CHANNEL_ACCESS_TOKEN" value="test_channel_access_token"/>
|
|
<env name="LINE_BOT_CHANNEL_SECRET" value="test_channel_secret"/>
|
|
</php>
|
|
<testsuites>
|
|
<testsuite name="Laravel">
|
|
<directory suffix="Test.php">./src/laravel/</directory>
|
|
</testsuite>
|
|
<testsuite name="Parser">
|
|
<directory suffix="Test.php">./src/parser/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|