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
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
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 =" bootstrap.php.cache"
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- use Symfony \Component \ClassLoader \ApcClassLoader ;
4
3
use Symfony \Component \HttpFoundation \Request ;
5
4
6
5
$ loader = require_once __DIR__ .'/../app/bootstrap.php.cache ' ;
7
6
8
- // Enable APC for autoloading to improve performance.
9
- // You should change the ApcClassLoader first argument to a unique prefix
10
- // in order to prevent cache key conflicts with other applications
11
- // also using APC.
12
- /*
13
- $apcLoader = new ApcClassLoader(sha1(__FILE__), $loader);
14
- $loader->unregister();
15
- $apcLoader->register(true);
16
- */
17
-
18
7
require_once __DIR__ .'/../app/AppKernel.php ' ;
19
8
//require_once __DIR__.'/../app/AppCache.php';
20
9
You can’t perform that action at this time.
0 commit comments