Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bfe701a

Browse filesBrowse files
committed
fixed code coverage
1 parent 80b03f9 commit bfe701a
Copy full SHA for bfe701a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎phpunit.xml.dist

Copy file name to clipboardExpand all lines: phpunit.xml.dist
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<exclude>
2525
<directory>./src/Symfony/Bundle/*/Resources</directory>
2626
<directory>./src/Symfony/Component/*/Resources</directory>
27-
<file>./src/Symfony/Component/HttpKernel/bootstrap*</file>
27+
<file>./src/Symfony/Component/HttpKernel/bootstrap.php</file>
28+
<file>./src/Symfony/Component/HttpKernel/bootstrap_cache.php</file>
2829
</exclude>
2930
</whitelist>
3031
</filter>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.