Datatypes\Textstring\DatatypeTest::testGetEditor PHP Метод

testGetEditor() публичный Метод

Test
public testGetEditor ( ) : void
Результат void
    public function testGetEditor()
    {
        $this->assertInstanceOf('Datatypes\\Textstring\\Editor', $this->object->getEditor($this->property));
    }