We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0081d67 commit aba0ab1Copy full SHA for aba0ab1
1 file changed
tests/class-elda-test.php
@@ -50,7 +50,7 @@ public function test_load_textdomain() {
50
51
Elda::boot( __DIR__ . '/fixtures/acme/acme-3.php' );
52
53
- $this->assertNotEmpty( $l10n );
+ $this->assertEmpty( $l10n );
54
55
Elda::boot( __DIR__ . '/fixtures/acme/acme-3-1.php', [
56
'domain' => 'acme'
0 commit comments