14 calls to UnpackRecipeTest::getFileContents()
- UnpackRecipeTest::doTestRecipeAUnpacked in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests Recipe A is unpacked correctly.
- UnpackRecipeTest::testAutomaticUnpack in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests the dependencies unpack on install.
- UnpackRecipeTest::testIgnoreDependentRecipe in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests a dependent recipe can be ignored and not unpacked.
- UnpackRecipeTest::testIgnoreRecipe in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests a recipe can be ignored and not unpacked.
- UnpackRecipeTest::testNoAutomaticDevUnpack in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests the dev dependencies do not unpack on install.
- UnpackRecipeTest::testRecipeIsPhysicallyPresentAfterUnpack in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests that recipes stick around after being unpacked.
- UnpackRecipeTest::testRecipeNotUnpackedIfInstallIsDeferred in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests a recipe can be required using --no-install and installed later.
- UnpackRecipeTest::testRecursiveUnpacking in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests recursive unpacking.
- UnpackRecipeTest::testRemoveRecipe in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests a recipe can be removed and the unpack plugin does not interfere.
- UnpackRecipeTest::testUnpackCommand in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests dependency unpacking using drupal:recipe-unpack.
- UnpackRecipeTest::testUnpackCommandOnDevRecipe in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests unpacking a recipe in require-dev using drupal:recipe-unpack.
- UnpackRecipeTest::testUnpackCommandOnIndirectDevDependencyRecipe in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests the unpacking a recipe that is an indirect dev dependency.
- UnpackRecipeTest::testUnpackCommandWithMultipleRecipes in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests dependency unpacking using drupal:recipe-unpack with multiple args.
- UnpackRecipeTest::testUnpackCommandWithoutRecipesArgument in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Functional/ UnpackRecipeTest.php - Tests dependency unpacking using drupal:recipe-unpack with no arguments.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.