Datatypes\TinyUrl\EditorTest::testSave PHP Method

testSave() public method

Test
public testSave ( ) : void
return void
    public function testSave()
    {
        $this->object->getRequest()->getPost()->set($this->object->getName(), 'http://got-cms.com');
        $this->object->save();
        $this->assertEquals($this->serializedString, $this->object->getValue());
    }