PopTest\Form\RadioTest::testSetMarked PHP Method

testSetMarked() public method

public testSetMarked ( )
    public function testSetMarked()
    {
        $r = new Radio('colors', array('Red' => 'Red', 'Blue' => 'Blue', 'Green' => 'Green'), 'Green');
        $this->assertEquals('Green', $r->getMarked());
    }