Phue\Test\UserTest::testGetCreateDate PHP Method

testGetCreateDate() public method

Test: Getting device type
public testGetCreateDate ( )
    public function testGetCreateDate()
    {
        $this->assertEquals($this->attributes->{'create date'}, $this->user->getCreateDate());
    }