Issue #2261465 by rpayanm, neclimdul: Fixed Missing visibility keywords on DrupalKernelTest.
parent
0ba69d7c5a
commit
d07587ec05
|
@ -71,7 +71,7 @@ class DrupalKernelTest extends KernelTestBase {
|
||||||
/**
|
/**
|
||||||
* Tests DIC compilation.
|
* Tests DIC compilation.
|
||||||
*/
|
*/
|
||||||
function testCompileDIC() {
|
public function testCompileDIC() {
|
||||||
// @todo: write a memory based storage backend for testing.
|
// @todo: write a memory based storage backend for testing.
|
||||||
$modules_enabled = array(
|
$modules_enabled = array(
|
||||||
'system' => 'system',
|
'system' => 'system',
|
||||||
|
|
Loading…
Reference in New Issue