| ScaffoldTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Tests Composer Scaffold. |
| ScaffoldTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
|
| ScaffoldTest::$fileSystem |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
The Symfony FileSystem component. |
| ScaffoldTest::$fixtures |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
The Fixtures object. |
| ScaffoldTest::$fixturesDir |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Directory to perform the tests in. |
| ScaffoldTest::$projectRoot |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
The root of this project. |
| ScaffoldTest::assertAutoloadFileCorrect |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Assert that the autoload file was scaffolded and contains correct path. |
| ScaffoldTest::assertCommonDrupalAssetsWereScaffolded |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the scaffold files from drupal/assets are placed as expected. |
| ScaffoldTest::assertDefaultSettingsFromScaffoldOverride |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the default settings file was overridden by the test. |
| ScaffoldTest::assertHtaccessExcluded |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the .htaccess file was excluded by the test. |
| ScaffoldTest::createSut |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Creates the System-Under-Test. |
| ScaffoldTest::scaffoldAppendTestValues |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Test values for testDrupalDrupalFileWasAppended. |
| ScaffoldTest::scaffoldAppendTestValuesToPermute |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Test values to run both with $is_link FALSE and $is_link TRUE. |
| ScaffoldTest::scaffoldExpectedExceptionTestValues |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Data provider for testScaffoldWithExpectedException. |
| ScaffoldTest::scaffoldOverridingSettingsExcludingHtaccessValues |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
|
| ScaffoldTest::scaffoldSut |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Creates the system-under-test and runs a scaffold operation on it. |
| ScaffoldTest::setUp |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
|
| ScaffoldTest::tearDown |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
|
| ScaffoldTest::testDrupalDrupalFileWasAppended |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Tests a fixture where the robots.txt file is prepended / appended to. |
| ScaffoldTest::testDrupalDrupalFileWasReplaced |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the appropriate file was replaced. |
| ScaffoldTest::testEmptyProject |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Try to scaffold a project that does not scaffold anything. |
| ScaffoldTest::testProjectThatScaffoldsEmptyProject |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Try to scaffold a project that allows a project with no scaffold files. |
| ScaffoldTest::testScaffoldOverridingSettingsExcludingHtaccess |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the drupal/assets scaffold files correct for sut. |
| ScaffoldTest::testScaffoldWithExpectedException |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Tests that scaffold files throw when they have bad values. |
| ScaffoldTestResult |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Holds result of a scaffold test. |
| ScaffoldTestResult.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
|
| ScaffoldTestResult::$docroot |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
|
| ScaffoldTestResult::$scaffoldOutput |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
|
| ScaffoldTestResult::docroot |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Returns the location of the docroot from the scaffold test. |
| ScaffoldTestResult::scaffoldOutput |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Returns the standard output from the scaffold test. |
| ScaffoldTestResult::__construct |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php |
Holds the location of the scaffold fixture and the stdout from the test. |
| ScaffoldUpgradeTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php |
Tests Upgrading the Composer Scaffold plugin. |
| ScaffoldUpgradeTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php |
|
| ScaffoldUpgradeTest::$fixtures |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php |
The Fixtures object. |
| ScaffoldUpgradeTest::createTmpRepo |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php |
Copy the provided source directory and create a temporary git repository. |
| ScaffoldUpgradeTest::setUp |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php |
|
| ScaffoldUpgradeTest::testScaffoldUpgrade |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php |
Test upgrading the Composer Scaffold plugin. |
| ScaleAndCropAddAnchorUpdateTest |
class |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
Tests adding an 'anchor' setting to existing scale and crop image effects. |
| ScaleAndCropAddAnchorUpdateTest.php |
file |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
|
| ScaleAndCropAddAnchorUpdateTest::setDatabaseDumpFiles |
function |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
Set database dump files to be used. |
| ScaleAndCropAddAnchorUpdateTest::testImagePostUpdateScaleAndCropEffectAddAnchor |
function |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
Tests that 'anchor' setting is properly added. |
| ScanDirectoryTest |
class |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Tests \Drupal\Core\File\FileSystem::scanDirectory. |
| ScanDirectoryTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
|
| ScanDirectoryTest::$fileSystem |
property |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
The file system. |
| ScanDirectoryTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Modules to enable. |
| ScanDirectoryTest::$path |
property |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
|
| ScanDirectoryTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
|
| ScanDirectoryTest::testIgnoreDirectories |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting. |
| ScanDirectoryTest::testOptionCallback |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check that the callback function is called correctly. |
| ScanDirectoryTest::testOptionKey |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check that key parameter sets the return value's key. |