This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <!-- http ://phpunit.de/manual/4.1 /en/appendixes.configuration.html -->
3
+ <!-- https ://phpunit.de/manual/current /en/appendixes.configuration.html -->
4
4
<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"
6
6
backupGlobals =" false"
7
7
colors =" true"
8
8
bootstrap =" autoload.php"
Original file line number Diff line number Diff line change 8
8
$ loader = require __DIR__ .'/../app/autoload.php ' ;
9
9
include_once __DIR__ .'/../app/bootstrap.php.cache ' ;
10
10
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
-
21
11
$ kernel = new AppKernel ('prod ' , false );
22
12
$ kernel ->loadClassCache ();
23
13
//$kernel = new AppCache($kernel);
You can’t perform that action at this time.
0 commit comments