-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpunit.xml
21 lines (20 loc) · 984 Bytes
/
phpunit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<phpunit bootstrap="test/Bootstrap.php" colors="true">
<testsuites>
<testsuite name="Eye4web ZfcUser ForgotPassword">
<directory>./test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory suffix=".php">./config</directory>
<directory suffix=".php">./src/Eye4web/ZfcUser/ForgotPassword/Entity</directory>
<file>./src/Eye4web/ZfcUser/ForgotPassword/Mapper/TokenMapperInterface.php</file>
<file>./src/Eye4web/ZfcUser/ForgotPassword/Mapper/UserMapperInterface.php</file>
<file>./src/Eye4web/ZfcUser/ForgotPassword/Options/ModuleOptionsInterface.php</file>
<file>./src/Eye4web/ZfcUser/ForgotPassword/Service/MailTransportInterface.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>