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

Revision 22128, 642 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    <!-- カバレッジ測定の対象になるファイルを設定します。
5         ローカルの環境に応じて編集してください -->
6    <blacklist>
7        <directory suffix=".php">/usr/local/lib</directory>
8        <directory suffix=".php">../tests/class</directory>
9        <directory suffix=".php">../data/module</directory>
10    </blacklist>
11    <whitelist addUncoveredFileFromWhitelist="true">
12        <directory suffix=".php">data/class/</directory>
13        <directory suffix=".php">data/class_extends/</directory>
14    </whitelist>
15  </filter>
16</phpunit>
Note: See TracBrowser for help on using the repository browser.