Loading core/tests/Drupal/Tests/Core/Command/QuickStartTest.php→core/tests/Drupal/BuildTests/QuickStart/QuickStartTest.php +11 −10 Original line number Diff line number Diff line Loading @@ -2,14 +2,18 @@ declare(strict_types=1); namespace Drupal\Tests\Core\Command; namespace Drupal\BuildTests\QuickStart; use Drupal\sqlite\Driver\Database\sqlite\Install\Tasks; use Drupal\BuildTests\Framework\BuildTestBase; use Drupal\Core\Test\TestDatabase; use Drupal\Tests\BrowserTestBase; use GuzzleHttp\Client; use GuzzleHttp\Cookie\CookieJar; use PHPUnit\Framework\TestCase; use PHPUnit\Framework\Attributes\Group; use PHPUnit\Framework\Attributes\PreserveGlobalState; use PHPUnit\Framework\Attributes\RequiresPhpExtension; use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; use Symfony\Component\Process\PhpExecutableFinder; use Symfony\Component\Process\Process; Loading @@ -18,15 +22,12 @@ * * These tests are run in a separate process because they load Drupal code via * an include. * * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @requires extension pdo_sqlite * * @group Command * @group #slow */ class QuickStartTest extends TestCase { #[Group('Command')] #[PreserveGlobalState(FALSE)] #[RequiresPhpExtension('pdo_sqlite')] #[RunTestsInSeparateProcesses] class QuickStartTest extends BuildTestBase { /** * The PHP executable path. Loading core/tests/Drupal/Tests/Core/Recipe/RecipeQuickStartTest.php→core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php +12 −11 Original line number Diff line number Diff line Loading @@ -2,14 +2,18 @@ declare(strict_types=1); namespace Drupal\Tests\Core\Recipe; namespace Drupal\BuildTests\QuickStart; use Drupal\sqlite\Driver\Database\sqlite\Install\Tasks; use Drupal\BuildTests\Framework\BuildTestBase; use Drupal\Core\Test\TestDatabase; use Drupal\Tests\BrowserTestBase; use GuzzleHttp\Client; use GuzzleHttp\Cookie\CookieJar; use PHPUnit\Framework\TestCase; use PHPUnit\Framework\Attributes\Group; use PHPUnit\Framework\Attributes\PreserveGlobalState; use PHPUnit\Framework\Attributes\RequiresPhpExtension; use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; use Symfony\Component\Process\PhpExecutableFinder; use Symfony\Component\Process\Process; Loading @@ -18,16 +22,13 @@ * * These tests are run in a separate process because they load Drupal code via * an include. * * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @requires extension pdo_sqlite * * @group Command * @group Recipe * @group #slow */ class RecipeQuickStartTest extends TestCase { #[Group('Command')] #[Group('Recipe')] #[PreserveGlobalState(FALSE)] #[RequiresPhpExtension('pdo_sqlite')] #[RunTestsInSeparateProcesses] class RecipeQuickStartTest extends BuildTestBase { /** * The PHP executable path. Loading Loading
core/tests/Drupal/Tests/Core/Command/QuickStartTest.php→core/tests/Drupal/BuildTests/QuickStart/QuickStartTest.php +11 −10 Original line number Diff line number Diff line Loading @@ -2,14 +2,18 @@ declare(strict_types=1); namespace Drupal\Tests\Core\Command; namespace Drupal\BuildTests\QuickStart; use Drupal\sqlite\Driver\Database\sqlite\Install\Tasks; use Drupal\BuildTests\Framework\BuildTestBase; use Drupal\Core\Test\TestDatabase; use Drupal\Tests\BrowserTestBase; use GuzzleHttp\Client; use GuzzleHttp\Cookie\CookieJar; use PHPUnit\Framework\TestCase; use PHPUnit\Framework\Attributes\Group; use PHPUnit\Framework\Attributes\PreserveGlobalState; use PHPUnit\Framework\Attributes\RequiresPhpExtension; use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; use Symfony\Component\Process\PhpExecutableFinder; use Symfony\Component\Process\Process; Loading @@ -18,15 +22,12 @@ * * These tests are run in a separate process because they load Drupal code via * an include. * * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @requires extension pdo_sqlite * * @group Command * @group #slow */ class QuickStartTest extends TestCase { #[Group('Command')] #[PreserveGlobalState(FALSE)] #[RequiresPhpExtension('pdo_sqlite')] #[RunTestsInSeparateProcesses] class QuickStartTest extends BuildTestBase { /** * The PHP executable path. Loading
core/tests/Drupal/Tests/Core/Recipe/RecipeQuickStartTest.php→core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php +12 −11 Original line number Diff line number Diff line Loading @@ -2,14 +2,18 @@ declare(strict_types=1); namespace Drupal\Tests\Core\Recipe; namespace Drupal\BuildTests\QuickStart; use Drupal\sqlite\Driver\Database\sqlite\Install\Tasks; use Drupal\BuildTests\Framework\BuildTestBase; use Drupal\Core\Test\TestDatabase; use Drupal\Tests\BrowserTestBase; use GuzzleHttp\Client; use GuzzleHttp\Cookie\CookieJar; use PHPUnit\Framework\TestCase; use PHPUnit\Framework\Attributes\Group; use PHPUnit\Framework\Attributes\PreserveGlobalState; use PHPUnit\Framework\Attributes\RequiresPhpExtension; use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; use Symfony\Component\Process\PhpExecutableFinder; use Symfony\Component\Process\Process; Loading @@ -18,16 +22,13 @@ * * These tests are run in a separate process because they load Drupal code via * an include. * * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @requires extension pdo_sqlite * * @group Command * @group Recipe * @group #slow */ class RecipeQuickStartTest extends TestCase { #[Group('Command')] #[Group('Recipe')] #[PreserveGlobalState(FALSE)] #[RequiresPhpExtension('pdo_sqlite')] #[RunTestsInSeparateProcesses] class RecipeQuickStartTest extends BuildTestBase { /** * The PHP executable path. Loading