JBZoo\PHPUnit\DegreeTypeTest::testRemoveCirclesDeg PHP Метод

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

    public function testRemoveCirclesDeg()
    {
        is('180 d', $this->val('540 d')->removeCircles()->dump(false));
        is('-1 r', $this->val('-5 r')->removeCircles()->dump(false));
        is('0 g', $this->val('1600 g')->removeCircles()->dump(false));
        is('-0.55 t', $this->val('-5.55 t')->removeCircles()->dump(false));
    }