diff options
Diffstat (limited to 'ext/phar/tests/tar')
-rw-r--r-- | ext/phar/tests/tar/frontcontroller10.phar.phpt | 2 | ||||
-rw-r--r-- | ext/phar/tests/tar/frontcontroller6.phar.phpt | 2 | ||||
-rw-r--r-- | ext/phar/tests/tar/frontcontroller8.phar.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/phar/tests/tar/frontcontroller10.phar.phpt b/ext/phar/tests/tar/frontcontroller10.phar.phpt index f1fc6e3d0f..23ce6f37e2 100644 --- a/ext/phar/tests/tar/frontcontroller10.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller10.phar.phpt @@ -19,6 +19,6 @@ Status: 403 Access Denied <title>Access Denied</title> </head> <body> - <h1>403 - File /hi Access Denied</h1> + <h1>403 - File Access Denied</h1> </body> </html>
\ No newline at end of file diff --git a/ext/phar/tests/tar/frontcontroller6.phar.phpt b/ext/phar/tests/tar/frontcontroller6.phar.phpt index 5375beef8c..b811f00f75 100644 --- a/ext/phar/tests/tar/frontcontroller6.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller6.phar.phpt @@ -16,6 +16,6 @@ Status: 404 Not Found <title>File Not Found</title> </head> <body> - <h1>404 - File /notfound.php Not Found</h1> + <h1>404 - File Not Found</h1> </body> </html>
\ No newline at end of file diff --git a/ext/phar/tests/tar/frontcontroller8.phar.phpt b/ext/phar/tests/tar/frontcontroller8.phar.phpt index 19844cb199..a180e2010a 100644 --- a/ext/phar/tests/tar/frontcontroller8.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller8.phar.phpt @@ -16,6 +16,6 @@ Status: 404 Not Found <title>File Not Found</title> </head> <body> - <h1>404 - File /index.php Not Found</h1> + <h1>404 - File Not Found</h1> </body> </html>
\ No newline at end of file |