6
6
use PHPUnit \Framework \TestCase ;
7
7
use Symfony \Component \HttpKernel \KernelInterface ;
8
8
use Zalas \Injector \PHPUnit \Symfony \TestCase \SymfonyKernel ;
9
- use Zalas \Injector \PHPUnit \Tests \Symfony \TestCase \Fixtures \TestKernel ;
9
+ use Zalas \Injector \PHPUnit \Tests \Symfony \TestCase \Fixtures \NoFrameworkBundle \ TestKernel ;
10
10
11
11
class SymfonyKernelTest extends TestCase
12
12
{
@@ -20,7 +20,7 @@ public function test_it_throws_an_exception_if_kernel_class_is_not_configured()
20
20
}
21
21
22
22
/**
23
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
23
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
24
24
*/
25
25
public function test_it_boots_the_kernel_in_test_environment_with_debug_enabled_by_default ()
26
26
{
@@ -33,7 +33,7 @@ public function test_it_boots_the_kernel_in_test_environment_with_debug_enabled_
33
33
}
34
34
35
35
/**
36
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
36
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
37
37
* @env APP_ENV=test_foo
38
38
* @env APP_DEBUG=0
39
39
*/
@@ -48,7 +48,7 @@ public function test_it_boots_the_kernel_configured_via_env_variable()
48
48
}
49
49
50
50
/**
51
- * @server KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
51
+ * @server KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
52
52
* @server APP_ENV=test_foo
53
53
* @server APP_DEBUG=0
54
54
*/
@@ -98,7 +98,7 @@ public function test_it_prefers_options_over_env_variables()
98
98
}
99
99
100
100
/**
101
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
101
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
102
102
* @env APP_ENV=test_foo
103
103
* @env APP_DEBUG=0
104
104
* @server KERNEL_CLASS=Bar
@@ -115,7 +115,7 @@ public function test_it_prefers_env_variables_over_server()
115
115
}
116
116
117
117
/**
118
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
118
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
119
119
*/
120
120
public function test_it_ensures_the_kernel_was_shut_down ()
121
121
{
@@ -127,7 +127,7 @@ public function test_it_ensures_the_kernel_was_shut_down()
127
127
}
128
128
129
129
/**
130
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
130
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
131
131
*/
132
132
public function test_ensureKernelShutdown_shuts_down_the_kernel ()
133
133
{
@@ -139,7 +139,7 @@ public function test_ensureKernelShutdown_shuts_down_the_kernel()
139
139
}
140
140
141
141
/**
142
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
142
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
143
143
*/
144
144
public function test_ensureKernelShutdown_resets_the_container ()
145
145
{
@@ -158,7 +158,7 @@ public function test_it_starts_in_a_fresh_state()
158
158
}
159
159
160
160
/**
161
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
161
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
162
162
*/
163
163
public function test_it_creates_the_kernel_in_test_environment_with_debug_enabled_by_default ()
164
164
{
@@ -170,7 +170,7 @@ public function test_it_creates_the_kernel_in_test_environment_with_debug_enable
170
170
}
171
171
172
172
/**
173
- * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
173
+ * @env KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
174
174
* @env APP_ENV=test_foo
175
175
* @env APP_DEBUG=0
176
176
*/
@@ -184,7 +184,7 @@ public function test_it_creates_the_kernel_configured_via_env_variable()
184
184
}
185
185
186
186
/**
187
- * @server KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\TestKernel
187
+ * @server KERNEL_CLASS=Zalas\Injector\PHPUnit\Tests\Symfony\TestCase\Fixtures\NoFrameworkBundle\ TestKernel
188
188
* @server APP_ENV=test_foo
189
189
* @server APP_DEBUG=0
190
190
*/
0 commit comments