$this->assertNull($this->getStorage()->load('other_module_test'),'Default configuration provided by config_other_module_config_test does not exist.');
@@ -111,7 +108,7 @@ public function testInstallConfigEntityModuleFirst() {
/**
* Tests uninstalling Node module removes views which are dependent on it.
*/
publicfunctiontestUninstall(){
publicfunctiontestUninstall():void{
$this->installModule('views');
$this->assertNull($this->getStorage('view')->load('frontpage'),'After installing Views, frontpage view which is dependant on the Node and Views modules does not exist.');
$this->installModule('node');
@@ -126,7 +123,7 @@ public function testUninstall() {