Lines:
1 to 14 of 14
<?php // (C) Copyright Bobbing Wide 2017 /* class Tests_translate_null_domain */ /* function Tests_translate_null_domain::setUp() – */ /* function Tests_translate_null_domain::test_translate_null_domain() – Demonstrates that we can do translation the normal way. */ /* function Tests_translate_null_domain::test_load_null_domain() – Tests load and unload with null domain */ /* function Tests_translate_null_domain::test_hook_gettext_null_domain() – This test allows us to intercept translations for the null text domain */ /* function Tests_translate_null_domain::hook_gettext() – Implements deferred translation for the null domain */ /* function Tests_translate_null_domain::null_domain_loaded() – Checks if the domain is loaded */ /* function Tests_translate_null_domain::load_null_domain() – Loads the anonymous ( null ) domain */ /* function Tests_translate_null_domain::trace_l10n() – Traces $l10n */