Bitpay\PointTest::testConstruct PHP Method

testConstruct() public method

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