public function testIsClassInActiveBundleFalse() { $kernel = $this ->getKernelMockForIsClassInActiveBundleTest(); $this ->assertFalse($kernel ->isClassInActiveBundle('Not\\In\\Active\\Bundle')); }