Issue #3316895: Create a test to prove our fake-site is error free starting point
1 unresolved thread
Merge request reports
Activity
1 <?php 2 3 namespace Drupal\Tests\package_manager\Kernel; 4 5 /** 6 * Test that the 'fake-site' fixture is a valid starting point. 7 * 8 * @group package_manager 9 */ 10 class FakeSiteFixtureTest extends PackageManagerKernelTestBase { 11 12 /** 13 * Tests the complete stage life cycle using the 'fake-site' fixture. 14 */ 15 public function testLifeCcyle(): void { changed this line in version 4 of the diff
added 15 commits
-
dbeb467e...bae30a06 - 14 commits from branch
project:8.x-2.x
- 98f0350d - Merge branch '8.x-2.x' into 3316895-test-fake-site
-
dbeb467e...bae30a06 - 14 commits from branch
Please register or sign in to reply