public function TargetTest::testGetServices in Drupal 7 to 8/9 Module Upgrader 8
File
- tests/
src/ Unit/ TargetTest.php, line 75
Class
- TargetTest
- @group DMU
Namespace
Drupal\Tests\drupalmoduleupgrader\UnitCode
public function testGetServices() {
$this
->assertInstanceOf('\\Doctrine\\Common\\Collections\\ArrayCollection', $this->target
->getServices());
}