File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 2.1.0 (unreleased)
5- ------------------
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+ -----
619
720* ** 2017-01-18** : Introduce a ` TestCompilePass ` to make services public, which are needed
821in i.e. a WebTest.
Original file line number Diff line number Diff line change 2929$ envClass = $ xml ->xpath ("//php/env[@name='KERNEL_CLASS'] " );
3030if (count ($ envClass )) {
3131 $ kernelClass = (string ) $ envClass [0 ]['value ' ];
32+ putenv (sprintf ('KERNEL_CLASS=%s ' , $ kernelClass ));
3233} else {
3334 $ envDir = $ xml ->xpath ("//php/server[@name='KERNEL_DIR'] " );
3435 if (!count ($ envDir )) {
You can’t perform that action at this time.
0 commit comments