Gc\Core\TranslatorTest::testGetValue PHP Method

testGetValue() public method

Test
public testGetValue ( ) : void
return void
    public function testGetValue()
    {
        $this->object->setValue('key', array(array('locale' => 'fr_FR', 'value' => 'clé')));
        $this->assertInternalType('array', $this->object->getValue('key', 'fr_FR'));
    }