File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33error_reporting (E_ALL );
44
55require_once __DIR__ . '/../vendor/autoload.php ' ;
6- require_once __DIR__ . '/../vendor/koded/stdlib/functions-dev.php ' ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.4/phpunit.xsd"
4- bootstrap =" Tests/loader.php"
4+ bootstrap =" Tests/bootstrap.php"
5+ processIsolation =" true"
6+ stopOnError =" true"
57 verbose =" true"
68 colors =" true" >
79 <testsuites >
1517 <whitelist >
1618 <directory suffix =" .php" >./</directory >
1719 <exclude >
20+ <directory >build</directory >
1821 <directory >vendor</directory >
1922 <directory >Tests</directory >
2023 </exclude >
2629 <ini name =" session.cookie_lifetime" value =" 42" />
2730
2831 <env name =" REDIS_SERVER_HOST" value =" redis" />
29- <env name =" MEMCACHED_POOL" value =' [["memcached",11211]]' />
32+
33+ <server name =" HTTP_USER_AGENT" value =" Koded/Session" />
3034 </php >
3135
3236 <logging >
You can’t perform that action at this time.
0 commit comments