source: branches/version-2_12-dev/tests/phpunit.xml.jenkins @ 22128

Revision 22128, 489 bytes checked in by shift_hiroko.tamagawa, 11 years ago (diff)

単体テスト用基盤クラスと一部テストコードを追加

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<phpunit>
3  <filter>
4    <blacklist>
5        <directory suffix=".php">/usr/local/lib</directory>
6        <directory suffix=".php">../tests/class</directory>
7        <directory suffix=".php">../data/module</directory>
8    </blacklist>
9    <whitelist addUncoveredFileFromWhitelist="true">
10        <directory suffix=".php">data/class/</directory>
11        <directory suffix=".php">data/class_extends/</directory>
12    </whitelist>
13  </filter>
14</phpunit>
Note: See TracBrowser for help on using the repository browser.