Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
UncaughtExceptionTest::$expectedExceptionMessage property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Exceptions thrown by site under test that contain this text are ignored.
UncaughtExceptionTest::$info property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Last cURL info.
UncaughtExceptionTest::$modules property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Modules to enable.
UncaughtExceptionTest::$response property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Last cURL response.
UncaughtExceptionTest::assertErrorLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that a specific error has been logged to the PHP error log.
UncaughtExceptionTest::assertNoErrorsLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that no errors have been logged to the PHP error.log thus far.
UncaughtExceptionTest::assertNoRaw function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the raw text IS not found on the loaded page, fail otherwise.
UncaughtExceptionTest::assertNoText function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the page (with HTML stripped) does not contains the text.
UncaughtExceptionTest::assertRaw function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the raw text IS found on the loaded page, fail otherwise.
UncaughtExceptionTest::assertResponse function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts the page responds with the specified response code.
UncaughtExceptionTest::assertText function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the page (with HTML stripped) contains the text.
UncaughtExceptionTest::drupalGet function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Retrieves a Drupal path or an absolute path.
UncaughtExceptionTest::setUp function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::testErrorContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an exception really early.
UncaughtExceptionTest::testLoggerException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testLostDatabaseConnection function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests the case when the database connection is gone.
UncaughtExceptionTest::testMissingDependency function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a missing dependency on a service.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a missing dependency on a service with a custom error handler.
UncaughtExceptionTest::testUncaughtException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests uncaught exception handling when system is in a bad state.
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests uncaught exception handling with custom exception handler.
UncaughtExceptionTest::testUncaughtFatalError function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests displaying an uncaught fatal error.
UnicodeTest class core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Test unicode handling features implemented in Unicode component.
UnicodeTest.php file core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php
UnicodeTest.txt file core/modules/search/tests/UnicodeTest.txt
UnicodeTest::providerLcfirst function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testLcfirst().
UnicodeTest::providerStrlen function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrlen().
UnicodeTest::providerStrpos function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrpos().
UnicodeTest::providerStrtolower function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrtolower().
UnicodeTest::providerStrtoupper function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testStrtoupper().
UnicodeTest::providerSubstr function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testSubstr().
UnicodeTest::providerTestConvertToUtf8 function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Provides data to self::testConvertToUtf8().
UnicodeTest::providerTestMimeHeader function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testMimeHeader().
UnicodeTest::providerTestMimeHeaderDecode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testMimeHeaderDecode().
UnicodeTest::providerTestTruncateBytes function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Provides data for self::testTruncateBytes().
UnicodeTest::providerTestValidateUtf8 function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Provides data for self::testValidateUtf8().
UnicodeTest::providerTruncate function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testTruncate().
UnicodeTest::providerUcfirst function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testUcfirst().
UnicodeTest::providerUcwords function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testUcwords().
UnicodeTest::testConvertToUtf8 function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests UTF-8 conversion.
UnicodeTest::testLcfirst function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte lcfirst.
UnicodeTest::testMimeHeaderDecode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte decoding.
UnicodeTest::testMimeHeaderEncode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte encoding.
UnicodeTest::testSetStatus function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php @group legacy
@expectedDeprecation \Drupal\Component\Utility\Unicode::setStatus() is deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0. In Drupal 9 there will be no way to set the status and in Drupal 8 this ability has been removed…
UnicodeTest::testStrlen function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strlen.
UnicodeTest::testStrpos function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strpos.
UnicodeTest::testStrtolower function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strtolower.
UnicodeTest::testStrtoupper function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte strtoupper.
UnicodeTest::testSubstr function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte substr.
UnicodeTest::testTruncate function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte truncate.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.