Skip to content

Commit 4ec8110

Browse files
committed
Unit tests minor fixes (including whitelist configuration)
1 parent 2a2a353 commit 4ec8110

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

phpunit_o365.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66
<directory>./tests/</directory>
77
</testsuite>
88
</testsuites>
9+
<filter>
10+
<whitelist>
11+
<directory>./src</directory>
12+
<exclude>
13+
<directory>./tests</directory>
14+
</exclude>
15+
</whitelist>
16+
</filter>
917
</phpunit>

tests/OutlookServicesTestCase.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ abstract class OutlookServicesTestCase extends \PHPUnit\Framework\TestCase
1414
*/
1515
protected static $context;
1616

17-
18-
/**
19-
* @throws Exception
20-
*/
2117
public static function setUpBeforeClass()
2218
{
2319
$settings = include(__DIR__ . '/../Settings.php');

0 commit comments

Comments
 (0)