Issue #2261465 by rpayanm, neclimdul: Fixed Missing visibility keywords on DrupalKernelTest.

8.0.x
Alex Pott 2014-10-29 09:29:39 +00:00
parent 0ba69d7c5a
commit d07587ec05
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class DrupalKernelTest extends KernelTestBase {
/**
* Tests DIC compilation.
*/
function testCompileDIC() {
public function testCompileDIC() {
// @todo: write a memory based storage backend for testing.
$modules_enabled = array(
'system' => 'system',