| YamlRouteDiscoveryTest::testStringMethodsAndSchemes |
function |
core/tests/Drupal/KernelTests/Core/Routing/YamlRouteDiscoveryTest.php |
Tests that string values for methods and schemes are supported. |
| YamlTest |
class |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Tests the Yaml serialization implementation. |
| YamlTest.php |
file |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
|
| YamlTest::testDecode |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Tests decoding YAML node anchors. |
| YamlTest::testDecodeObjectSupportDisabled |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Ensures that decoding PHP objects does not work in Symfony. |
| YamlTest::testEncode |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Tests our encode settings. |
| YamlTest::testEncodeDecode |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Tests encoding and decoding basic data structures. |
| YamlTest::testEncodeObjectSupportDisabled |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Ensures that php object support is disabled. |
| YamlTest::testError |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Tests that invalid YAML throws an exception. |
| YamlTest::testGetFileExtension |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
Tests get file extension. |
| YamlTestBase |
class |
core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php |
Provides standard data to validate different YAML implementations. |
| YamlTestBase.php |
file |
core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php |
|
| YamlTestBase::providerBoolTest |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php |
Tests different boolean serialization and deserialization. |
| YamlTestBase::providerDecodeTests |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php |
Some data that should be able to be deserialized. |
| YamlTestBase::providerEncodeDecodeTests |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php |
Some data that should be able to be serialized. |
| ZipTest |
class |
core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php |
Tests Drupal\Core\Archiver\Zip. |
| ZipTest.php |
file |
core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php |
|
| ZipTest::$archiverPluginId |
property |
core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php |
The archiver plugin identifier. |
| ZipTest::testCreateArchive |
function |
core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php |
Tests that the Zip archive is created if it does not exist. |
| ZipTest::testOverwriteArchive |
function |
core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php |
Tests that the Zip archiver is created and overwritten. |
| _batch_test_set_file_callback_1 |
function |
core/modules/system/tests/modules/batch_test/batch_test.set_file.inc |
Implements callback_batch_operation(). |
| _batch_test_set_file_finished_1 |
function |
core/modules/system/tests/modules/batch_test/batch_test.set_file.inc |
Implements callback_batch_finished(). |
| _system_test_first_shutdown_function |
function |
core/modules/system/tests/modules/system_test/system_test.module |
Dummy shutdown function which registers another shutdown function. |
| _system_test_second_shutdown_function |
function |
core/modules/system/tests/modules/system_test/system_test.module |
Dummy shutdown function. |
| _test_batch_test_callback |
function |
core/modules/system/tests/modules/test_batch_test/test_batch_test.install |
Callback for batch operations. |