File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 2.1.3
5
- -----
6
- * ** 2018-06-30** : Use KERNEL_DIR for backward compatibility only
7
- * ** 2018-06-29** : Setting KERNEL_CLASS from phpunit.xml.dist during bootstrapping console command
8
-
9
- 2.1.2
10
- -----
11
- * ** 2018-06-29** : Read KERNEL_DIR and KERNEL_CLASS from phpunit.xml.dist for console commands
12
-
13
- 2.1.1
14
- -----
15
- * ** 2018-06-23** : Passing command line as array to Process for newer Symfony versions only
16
-
17
- 2.1.0
18
- -----
4
+ 2.1.0 (unreleased)
5
+ ------------------
19
6
20
7
* ** 2017-01-18** : Introduce a ` TestCompilePass ` to make services public, which are needed
21
8
in i.e. a WebTest.
Original file line number Diff line number Diff line change 29
29
$ envClass = $ xml ->xpath ("//php/env[@name='KERNEL_CLASS'] " );
30
30
if (count ($ envClass )) {
31
31
$ kernelClass = (string ) $ envClass [0 ]['value ' ];
32
- putenv (sprintf ('KERNEL_CLASS=%s ' , $ kernelClass ));
33
32
} else {
34
33
$ envDir = $ xml ->xpath ("//php/server[@name='KERNEL_DIR'] " );
35
34
if (!count ($ envDir )) {
You can’t perform that action at this time.
0 commit comments