X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fbehat%2Fmink-browserkit-driver%2Ftests%2Fweb-fixtures%2Fprint_cookies.php;fp=vendor%2Fbehat%2Fmink-browserkit-driver%2Ftests%2Fweb-fixtures%2Fprint_cookies.php;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=3600a8fb87ccc62ba17cb7ae6c844bdcfbf19a90;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/behat/mink-browserkit-driver/tests/web-fixtures/print_cookies.php b/vendor/behat/mink-browserkit-driver/tests/web-fixtures/print_cookies.php deleted file mode 100644 index 3600a8fb8..000000000 --- a/vendor/behat/mink-browserkit-driver/tests/web-fixtures/print_cookies.php +++ /dev/null @@ -1,25 +0,0 @@ - - - - Cookies page - - - - cookies->all(); - unset($cookies['MOCKSESSID']); - - if (isset($cookies['srvr_cookie'])) { - $srvrCookie = $cookies['srvr_cookie']; - unset($cookies['srvr_cookie']); - $cookies['_SESS'] = ''; - $cookies['srvr_cookie'] = $srvrCookie; - } - - foreach ($cookies as $name => $val) { - $cookies[$name] = (string)$val; - } - echo str_replace(array('>'), '', var_export(html_escape_value($cookies), true)); - ?> - -