Skip to content

Commit 787d9a2

Browse files
update phpunit coverage
1 parent 9e391eb commit 787d9a2

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

phpunit.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</php>
1111
<filter>
1212
<whitelist>
13-
<directory suffix=".php">connection</directory>
14-
<directory suffix=".php">PackStream</directory>
15-
<directory suffix=".php">protocol</directory>
16-
<file>Bolt.php</file>
13+
<directory suffix=".php">src/connection</directory>
14+
<directory suffix=".php">src/PackStream</directory>
15+
<directory suffix=".php">src/protocol</directory>
16+
<file>src/Bolt.php</file>
1717
</whitelist>
1818
</filter>
1919
</phpunit>

tests/BoltTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
*
1313
* @covers \Bolt\Bolt
1414
* @covers \Bolt\connection\Socket
15+
* @covers \Bolt\PackStream\v1\Packer
16+
* @covers \Bolt\PackStream\v1\Unpacker
1517
*
1618
* @package Bolt\tests
1719
* @requires PHP >= 7.1

tests/PackStream/v1/strings.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)