Bitpay\PointTest::testGetX PHP Method

testGetX() public method

public testGetX ( )
    public function testGetX()
    {
        $point = new Point(1, 2);
        $this->assertNotNull($point);
        $this->assertSame('1', $point->getX());
    }