Skip to content

Commit 2bcb704

Browse files
vkirilovsebastianbergmann
authored andcommitted
replace hardcoded path delimiter with parameter in test
1 parent 5a03e94 commit 2bcb704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_files/Report/HTML/CoverageForFileWithIgnoredLines/source_with_ignore.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Code Coverage for %s/source_with_ignore.php</title>
5+
<title>Code Coverage for %s%esource_with_ignore.php</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link href="_css/bootstrap.min.css" rel="stylesheet" type="text/css">
88
<link href="_css/octicons.css" rel="stylesheet" type="text/css">

0 commit comments

Comments
 (0)