Search for test
- Search 7.x for test
- Search 9.5.x for test
- Search 10.3.x for test
- Search 11.x for test
- Search main for test
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| UncaughtExceptionTest::$expectedExceptionMessage | property | core/ |
Exceptions thrown by site under test that contain this text are ignored. |
| UncaughtExceptionTest::$info | property | core/ |
Last cURL info. |
| UncaughtExceptionTest::$modules | property | core/ |
Modules to enable. |
| UncaughtExceptionTest::$response | property | core/ |
Last cURL response. |
| UncaughtExceptionTest::assertErrorLogged | function | core/ |
Asserts that a specific error has been logged to the PHP error log. |
| UncaughtExceptionTest::assertNoErrorsLogged | function | core/ |
Asserts that no errors have been logged to the PHP error.log thus far. |
| UncaughtExceptionTest::assertNoRaw | function | core/ |
Passes if the raw text IS not found on the loaded page, fail otherwise. |
| UncaughtExceptionTest::assertNoText | function | core/ |
Passes if the page (with HTML stripped) does not contains the text. |
| UncaughtExceptionTest::assertRaw | function | core/ |
Passes if the raw text IS found on the loaded page, fail otherwise. |
| UncaughtExceptionTest::assertResponse | function | core/ |
Asserts the page responds with the specified response code. |
| UncaughtExceptionTest::assertText | function | core/ |
Passes if the page (with HTML stripped) contains the text. |
| UncaughtExceptionTest::drupalGet | function | core/ |
Retrieves a Drupal path or an absolute path. |
| UncaughtExceptionTest::setUp | function | core/ |
|
| UncaughtExceptionTest::testErrorContainer | function | core/ |
Tests a container which has an error. |
| UncaughtExceptionTest::testExceptionContainer | function | core/ |
Tests a container which has an exception really early. |
| UncaughtExceptionTest::testLoggerException | function | core/ |
Tests fallback to PHP error log when an exception is thrown while logging. |
| UncaughtExceptionTest::testLostDatabaseConnection | function | core/ |
Tests the case when the database connection is gone. |
| UncaughtExceptionTest::testMissingDependency | function | core/ |
Tests a missing dependency on a service. |
| UncaughtExceptionTest::testMissingDependencyCustomErrorHandler | function | core/ |
Tests a missing dependency on a service with a custom error handler. |
| UncaughtExceptionTest::testUncaughtException | function | core/ |
Tests uncaught exception handling when system is in a bad state. |
| UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler | function | core/ |
Tests uncaught exception handling with custom exception handler. |
| UncaughtExceptionTest::testUncaughtFatalError | function | core/ |
Tests displaying an uncaught fatal error. |
| UnicodeTest | class | core/ |
Test unicode handling features implemented in Unicode component. |
| UnicodeTest.php | file | core/ |
|
| UnicodeTest.txt | file | core/ |
… |
| UnicodeTest::providerLcfirst | function | core/ |
Data provider for testLcfirst(). |
| UnicodeTest::providerStrlen | function | core/ |
Data provider for testStrlen(). |
| UnicodeTest::providerStrpos | function | core/ |
Data provider for testStrpos(). |
| UnicodeTest::providerStrtolower | function | core/ |
Data provider for testStrtolower(). |
| UnicodeTest::providerStrtoupper | function | core/ |
Data provider for testStrtoupper(). |
| UnicodeTest::providerSubstr | function | core/ |
Data provider for testSubstr(). |
| UnicodeTest::providerTestConvertToUtf8 | function | core/ |
Provides data to self::testConvertToUtf8(). |
| UnicodeTest::providerTestMimeHeader | function | core/ |
Data provider for testMimeHeader(). |
| UnicodeTest::providerTestMimeHeaderDecode | function | core/ |
Data provider for testMimeHeaderDecode(). |
| UnicodeTest::providerTestTruncateBytes | function | core/ |
Provides data for self::testTruncateBytes(). |
| UnicodeTest::providerTestValidateUtf8 | function | core/ |
Provides data for self::testValidateUtf8(). |
| UnicodeTest::providerTruncate | function | core/ |
Data provider for testTruncate(). |
| UnicodeTest::providerUcfirst | function | core/ |
Data provider for testUcfirst(). |
| UnicodeTest::providerUcwords | function | core/ |
Data provider for testUcwords(). |
| UnicodeTest::testConvertToUtf8 | function | core/ |
Tests UTF-8 conversion. |
| UnicodeTest::testLcfirst | function | core/ |
Tests multibyte lcfirst. |
| UnicodeTest::testMimeHeaderDecode | function | core/ |
Tests multibyte decoding. |
| UnicodeTest::testMimeHeaderEncode | function | core/ |
Tests multibyte encoding. |
| UnicodeTest::testSetStatus | function | core/ |
@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 multibyte strlen. |
| UnicodeTest::testStrpos | function | core/ |
Tests multibyte strpos. |
| UnicodeTest::testStrtolower | function | core/ |
Tests multibyte strtolower. |
| UnicodeTest::testStrtoupper | function | core/ |
Tests multibyte strtoupper. |
| UnicodeTest::testSubstr | function | core/ |
Tests multibyte substr. |
| UnicodeTest::testTruncate | function | core/ |
Tests multibyte truncate. |
Pagination
- Previous page
- Page 712
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.