PartKeepr\SiPrefixBundle\Tests\Model\SiPrefixTest::testPrefix PHP Method

testPrefix() public method

public testPrefix ( )
    public function testPrefix()
    {
        $siPrefix = $this->getSiPrefix();
        $siPrefix->setPrefix('yotta');
        $this->assertEquals('yotta', $siPrefix->getPrefix());
    }