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

testSymbol() public method

public testSymbol ( )
    public function testSymbol()
    {
        $siPrefix = $this->getSiPrefix();
        $siPrefix->setSymbol('µ');
        $this->assertEquals('µ', $siPrefix->getSymbol());
    }