Bitpay\PointTest::testConstruct PHP 메소드

testConstruct() 공개 메소드

public testConstruct ( )
    public function testConstruct()
    {
        $point = new Point(1, 2);
        $this->assertNotNull($point);
    }