Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit b38ae6d

Browse files
committed
Merge branch '2.7' into 2.8
2 parents d0b5e54 + 28dae2c commit b38ae6d

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

app/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
3+
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
bootstrap="autoload.php"

web/app.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
$loader = require __DIR__.'/../app/autoload.php';
99
include_once __DIR__.'/../app/bootstrap.php.cache';
1010

11-
// Enable APC for autoloading to improve performance.
12-
// You should change the ApcClassLoader first argument to a unique prefix
13-
// in order to prevent cache key conflicts with other applications
14-
// also using APC.
15-
/*
16-
$apcLoader = new Symfony\Component\ClassLoader\ApcClassLoader(sha1(__FILE__), $loader);
17-
$loader->unregister();
18-
$apcLoader->register(true);
19-
*/
20-
2111
$kernel = new AppKernel('prod', false);
2212
$kernel->loadClassCache();
2313
//$kernel = new AppCache($kernel);

0 commit comments

Comments
 (0)