Search for path
Title | Object type | File name | Summary |
---|---|---|---|
UpdatePathLastRemovedTest::setUp | function | core/ |
|
UpdatePathLastRemovedTest::testLastRemovedVersion | function | core/ |
Tests that a module with a too old schema version can not be updated. |
UpdatePathNewDependencyTest | class | core/ |
Modules can introduce new dependencies and enable them in update hooks. |
UpdatePathNewDependencyTest.php | file | core/ |
|
UpdatePathNewDependencyTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdatePathNewDependencyTest::testUpdateNewDependency | function | core/ |
Tests that a module can add services that depend on new modules. |
UpdatePathTest | class | core/ |
Tests update functions for the Database Logging module. |
UpdatePathTest.php | file | core/ |
|
UpdatePathTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
UpdatePathTest::testAddLangcodeToSettings | function | core/ |
Tests that updating adds a langcode to the dblog.settings config. |
UpdatePathTest::testLogEntryWithBigId | function | core/ |
Tests that, after update 10101, the 'wid' column can be a 64-bit integer. |
UpdatePathTestBase | class | core/ |
Provides a base class for writing an update test. |
UpdatePathTestBase.php | file | core/ |
|
UpdatePathTestBase::$databaseDumpFiles | property | core/ |
The file path(s) to the dumped database(s) to load into the child site. |
UpdatePathTestBase::$modules | property | core/ |
Modules to install after the database is loaded. |
UpdatePathTestBase::$strictConfigSchema | property | core/ |
Disable strict config schema checking. |
UpdatePathTestBase::$updateUrl | property | core/ |
The update URL. |
UpdatePathTestBase::doInstall | function | core/ |
Execute the non-interactive installer. |
UpdatePathTestBase::initFrontPage | function | core/ |
Visits the front page when initializing Mink. |
UpdatePathTestBase::installDrupal | function | core/ |
Overrides BrowserTestBase::installDrupal() for update testing. |
UpdatePathTestBase::prepareSettings | function | core/ |
Add settings that are missed since the installer isn't run. |
UpdatePathTestBase::replaceUser1 | function | core/ |
Replace User 1 with the user created here. |
UpdatePathTestBase::runDbTasks | function | core/ |
Runs the install database tasks for the driver used by the test runner. |
UpdatePathTestBase::runUpdates | function | core/ |
Helper function to run pending database updates. |
UpdatePathTestBase::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
UpdatePathTestBase::testDatabaseLoaded | function | core/ |
Tests that the database was properly loaded. |
UpdatePathTestBaseFilledTest | class | core/ |
Runs UpdatePathTestBase with a dump filled with content. |
UpdatePathTestBaseFilledTest.php | file | core/ |
|
UpdatePathTestBaseFilledTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdatePathTestBaseFilledTest::replaceUser1 | function | core/ |
Replace User 1 with the user created here. |
UpdatePathTestBaseFilledTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
UpdatePathTestBaseFilledTest::testDatabaseProperlyLoaded | function | core/ |
Tests that the database was properly loaded. |
UpdatePathTestBaseFilledTest::testUpdatedSite | function | core/ |
Tests that the content and configuration were properly updated. |
UpdatePathTestBaseTest | class | core/ |
Tests the update path base class. |
UpdatePathTestBaseTest.php | file | core/ |
|
UpdatePathTestBaseTest::$modules | property | core/ |
Modules to install after the database is loaded. |
UpdatePathTestBaseTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
UpdatePathTestBaseTest::testDatabaseProperlyLoaded | function | core/ |
Tests that the database was properly loaded. |
UpdatePathTestBaseTest::testModuleListChange | function | core/ |
Tests that test running environment is updated when module list changes. |
UpdatePathTestBaseTest::testPathAliasProcessing | function | core/ |
Tests that path aliases are not processed during database updates. |
UpdatePathTestBaseTest::testSchemaChecking | function | core/ |
Tests that schema can be excluded from testing. |
UpdatePathTestBaseTest::testSetup | function | core/ |
Tests that setup is done correctly. |
UpdatePathTestBaseTest::testUpdateHookN | function | core/ |
Tests that updates are properly run. |
UpdatePathTestJavaScriptTest | class | core/ |
Tests the presence of JavaScript at update.php. |
UpdatePathTestJavaScriptTest.php | file | core/ |
|
UpdatePathTestJavaScriptTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdatePathTestJavaScriptTest::doSelectionTest | function | core/ |
Tests the selection page. |
UpdatePathTestJavaScriptTest::setUp | function | core/ |
|
UpdatePathTestJavaScriptTest::testJavaScriptLoading | function | core/ |
Tests JavaScript loading at update.php. |
UpdatePathTestTrait | trait | core/ |
Trait UpdatePathTestTrait. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.