Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / mink-browserkit-driver / tests / web-fixtures / sub-folder / cookie_page1.php
diff --git a/vendor/behat/mink-browserkit-driver/tests/web-fixtures/sub-folder/cookie_page1.php b/vendor/behat/mink-browserkit-driver/tests/web-fixtures/sub-folder/cookie_page1.php
deleted file mode 100644 (file)
index 807c23e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-    $requestUri = $app['request']->server->get('REQUEST_URI');
-    $resp = new Symfony\Component\HttpFoundation\Response();
-    $cook = new Symfony\Component\HttpFoundation\Cookie('srvr_cookie', 'srv_var_is_set_sub_folder', 0, dirname($requestUri));
-    $resp->headers->setCookie($cook);
-?>
-<!doctype html public "-//w3c//dtd xhtml 1.1//en" "http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
-<head>
-    <title>basic form</title>
-    <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
-    <script>
-    </script>
-</head>
-<body>
-    basic page with cookie set from server side
-</body>
-</html>