Gc\Core\TranslatorTest::testSetValueWithUndefinedSourceId PHP Method

testSetValueWithUndefinedSourceId() public method

Test
    public function testSetValueWithUndefinedSourceId()
    {
        $this->assertFalse($this->object->setValue(40000000, array()));
        $this->object->execute('DELETE FROM core_translate');
    }