Drop RL targets definitions from module class
Now equal to the default in 1.40 - 01aec63c Bug: T328497 Change-Id: Ibe7c9b81269a4d31fe26930b912d41191c1ac9ab
This commit is contained in:
@@ -21,7 +21,6 @@ class ResourceLoaderULSJsonMessageModuleTest extends \PHPUnit\Framework\TestCase
|
||||
->willReturn( 'en' );
|
||||
|
||||
$this->assertContainsOnly( 'string', $instance->getDependencies(), 'dependencies' );
|
||||
$this->assertContainsOnly( 'string', $instance->getTargets(), 'targets' );
|
||||
|
||||
$summary = $instance->getDefinitionSummary( $context );
|
||||
$lastElement = end( $summary );
|
||||
|
||||
Reference in New Issue
Block a user