We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69eac5 commit f404987Copy full SHA for f404987
tests/VObject/Property/VCard/LanguageTagTest.php
@@ -34,7 +34,7 @@ function testChangeAndSerialize() {
34
$this->assertInstanceOf('Sabre\VObject\Property\VCard\LanguageTag', $result->LANG);
35
// This replicates what the vcard converter does and triggered a bug in
36
// the past.
37
- $result->LANG->setValue(['de']);
+ $result->LANG->setValue(array('de'));
38
39
$this->assertEquals('de', $result->LANG->getValue());
40
0 commit comments