Gc\Core\TranslatorTest::testSetValue PHP Method

testSetValue() public method

Test
public testSetValue ( ) : void
return void
    public function testSetValue()
    {
        $result = $this->object->setValue('parameters', array(array('locale' => 'fr_FR', 'value' => 'paramètres'), array('locale' => '', 'value' => 'parametri')));
        $this->assertTrue($result);
    }