Phue\Test\UserTest::testGetDeviceType PHP Method

testGetDeviceType() public method

Test: Getting device type
public testGetDeviceType ( )
    public function testGetDeviceType()
    {
        $this->assertEquals($this->attributes->name, $this->user->getDeviceType());
    }