You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \RuntimeException('Either set KERNEL_DIR in your phpunit.xml according to http://symfony.com/doc/current/book/testing.html#your-first-functional-test or override the WebTestCase::createKernel() method.');
thrownew \RuntimeException('Either set KERNEL_DIR in your phpunit.xml according to http://symfony.com/doc/current/book/testing.html#your-first-functional-test or override the WebTestCase::createKernel() method.');
134
-
}
135
-
136
-
$file = current($results);
137
-
$class = $file->getBasename('.php');
138
-
139
-
require_once$file;
140
-
141
-
return$class;
142
-
}
143
-
144
-
/**
145
-
* Creates a Kernel.
146
-
*
147
-
* Available options:
148
-
*
149
-
* * environment
150
-
* * debug
151
-
*
152
-
* @param array $options An array of options
153
-
*
154
-
* @return KernelInterface A KernelInterface instance
0 commit comments