PartKeepr\UnitBundle\Tests\Model\UnitTest::testName PHP Method

testName() public method

public testName ( )
    public function testName()
    {
        $unit = $this->getUnit();
        $unit->setName('Volt');
        $this->assertEquals('Volt', $unit->getName());
    }