File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<phpunit colors =" true" >
3
+ <coverage >
4
+ <include >
5
+ <directory suffix =" .php" >src</directory >
6
+ </include >
7
+ </coverage >
3
8
<testsuites >
4
9
<testsuite name =" unit-test" >
5
10
<directory >test/src</directory >
6
11
</testsuite >
7
12
</testsuites >
8
- <filter >
9
- <whitelist >
10
- <directory suffix =" .php" >src</directory >
11
- </whitelist >
12
- </filter >
13
13
</phpunit >
Original file line number Diff line number Diff line change 13
13
*
14
14
* @author BluePsyduck <bluepsyduck@gmx.com>
15
15
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
16
+ *
17
+ * @codeCoverageIgnore -- Should not need any coverage to begin with
16
18
*/
17
19
#[Event('request ' )]
18
20
class RequestEvent implements EventInterface
Original file line number Diff line number Diff line change 13
13
*
14
14
* @author BluePsyduck <bluepsyduck@gmx.com>
15
15
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
16
+ *
17
+ * @codeCoverageIgnore -- Should not need any coverage to begin with
16
18
*/
17
19
#[Event('search ' )]
18
20
class SearchEvent implements EventInterface
Original file line number Diff line number Diff line change 20
20
*
21
21
* @author BluePsyduck <bluepsyduck@gmx.com>
22
22
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
23
- * @coversDefaultClass \FactorioItemBrowser\Api\Server\Middleware\AuthorizationMiddleware
23
+ * @covers \FactorioItemBrowser\Api\Server\Middleware\AuthorizationMiddleware
24
24
*/
25
25
class AuthorizationMiddlewareTest extends TestCase
26
26
{
You can’t perform that action at this time.
0 commit comments