zoekt: 255 files / 315 matches / 4472.73ms neogrok: 20 files / 33 matches

git.drupalcode.org/project/user_guide_testsREADME.txt 6 matches | 10.3.x | Text | №1

38 39 If you are a maintainer of the User Guide Tests project, you can run the tests40 on the DrupalCI infrastructure by following these steps:
110 111 You can run the tests on your own local system using Drupal Core's PHPUnit test112 framework from the command line. This section details how to set up the tools;
156 9. Make sure that your sites/default directory is writeable by the www-data157 user (or the user you use to run the tests).158
161 162 Once you are set up for testing, you can run the tests for a particular language163 as follows:
182 images automatically. The default is FALSE because cropping doesn't work183 in many PHP environments. You can run the test called DrupalScreenshotTest184 to see if the cropping process works.

git.drupalcode.org/project/ai_provider_alibabacloudREADME.md 1 match | 1.0.x | Markdown | №2

223 224 Run the test suite:225

git.drupalcode.org/project/commercetoolstests/scripts/assets-recheck.php 2 matches | 2.0.x | PHP | №3

35 if ($result === FALSE) {36 throw new Error("Failed to run the test command:\n$command\nExiting.");37 }38 if ($exitCode != 0) {39 throw new Error("Failed to run the test command:\n$command\nReturning exit code: $exitCode\nExiting.");40 }

git.drupalcode.org/project/patternkitREADME.md 1 match | 9.1.x | Markdown | №4

275 3. The `post-update-cmd` copy script fires automatically, updating `js/`276 4. Run the test suite to validate the new version277 5. Commit both `composer.json` and `js/` together as a single reviewable change

git.drupalcode.org/project/lgmsvendor/phootwork/lang/README.md 1 match | dev | Markdown | №5

32 33 This package is a part of the Phootwork library. In order to run the test suite, you have to download the full library.34

git.drupalcode.org/project/api_insight_labUSER_MANUAL.md 2 matches | 1.0.x | Markdown | №6

73 74 ### Step 4: Run the Test75
382 1. **Type** `{{API_KEY}}` in any field383 2. **When you run the test**, it gets replaced with the actual value from the active environment384 3. **When you copy cURL**, it also uses the replaced value

git.drupalcode.org/project/dsfr_pluginnode_modules/esprima/ChangeLog 3 matches | master, 1.0.x | Text | №7

79 * Fix the handling of semicolon in a break statement (issue 1044)80 * Run the test suite with major web browsers (issue 1259, 1317)81 * Allow `let` as an identifier in non-strict mode (issue 1289)
89 * Ensure that strict mode reserved word binding throw an error (issue 1171)90 * Run the test suite with Node.js and IE 11 on Windows (issue 1294)91 * Allow binding pattern with no initializer in a for statement (issue 1301)
94 95 * Run the test suite in a browser environment (issue 1004)96 * Ensure a comma between imported default binding and named imports (issue 1046)

git.drupalcode.org/project/lgmscore/tests/Drupal/Tests/BrowserTestBase.php 1 match | dev | PHP | №8

581 * Browser tests are run in a separate process. To do this PHPUnit creates a582 * script to run the test. If it fails, the test result object will contain a583 * stack trace which includes the test object. It will attempt to serialize

git.drupalcode.org/project/lgmsvendor/phootwork/collection/README.md 1 match | dev | Markdown | №9

31 32 This package is a part of the Phootwork library. In order to run the test suite, you have to download the full library.33

git.drupalcode.org/project/content_checksrc/ContentChecker.php 1 match | 2.x | PHP | №10

55 56 // Run the test.57 $item = new ContentCheckItem($entity);

git.drupalcode.org/project/lgmscore/tests/Drupal/KernelTests/KernelTestBase.php 1 match | dev | PHP | №11

1021 * Kernel tests are run in a separate process. To do this PHPUnit creates a1022 * script to run the test. If it fails, the test result object will contain a1023 * stack trace which includes the test object. It will attempt to serialize

git.drupalcode.org/project/file_download_linktests/src/Kernel/FileDownloadLinkTestBase.php 1 match | 2.0.x | PHP | №12

26 /**27 * The modules to load to run the test.28 *

git.drupalcode.org/project/modelerbuild/playwright.config.ts 1 match | 0.1.x | TypeScript | №13

75 76 /* Run the test server before starting tests */77 webServer: {

git.drupalcode.org/project/file_download_linktests/src/Kernel/FileDownloadLinkMediaTestBase.php 1 match | 2.0.x | PHP | №14

39 /**40 * The modules to load to run the test.41 *

git.drupalcode.org/project/utilikitjs/utilikit.classes.js 1 match | 1.0.x-dev, 1.0.x | JavaScript | №15

274 * @example275 * // Run the test suite (development mode only)276 * if (drupalSettings.utilikit.devMode) {

git.drupalcode.org/project/ai_agents_testsrc/Service/TestRunner.php 2 matches | 1.0.x | PHP | №16

167 168 // Run the test.169 $agent->setChatInput($chat_input);
181 catch (\Throwable $e) {182 // We could not run the test.183 $error_stack = $e->getTraceAsString();

git.drupalcode.org/project/acsf.acquia/pipeline.yaml 1 match | 8.x-2.x-release | YAML | №17

162 ../orca/bin/ci/before_script.sh163 # Run the test script.164 ../orca/bin/ci/script.sh

git.drupalcode.org/project/schemadotorgtests/src/Functional/SchemaDotOrgConfigSnapshotTestBase.php 4 matches | 1.0.x | PHP | №18

17 * SchemaDotOrgConfigSnapshotTest.php.18 * - Run the test to creates the initial snapshot.19 * This test will fail because snapshot files are being generated20 * - Re-run the test and confirm that config snapshot passes as expected.21 * - Commit the test and the config snapshot.
25 * - Delete the config snapshot (../../schemadotorg/config/snapshot)26 * - Re-run the test to re-create the snapshot.27 * This test will fail because snapshot files are being generated28 * - Re-run the test and confirm that config snapshot passes as expected.29 * - Re-commit the config snapshot.

git.drupalcode.org/project/lightning_core.acquia/pipeline.yaml 1 match | 8.x-5.x, 6.0.x | YAML | №19

25 ../orca/bin/ci/before_script.sh && error=false || error=true26 # Run the test script.27 ../orca/bin/ci/script.sh && error=false || error=true

git.drupalcode.org/project/media_acquiadamtests/src/Kernel/AcquiadamKernelTestBase.php 1 match | 2.x | PHP | №20

25 /**26 * The modules to load to run the test.27 *