Bitpay\PointTest::testConstruct PHP Méthode

testConstruct() public méthode

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