Phue\Test\Command\CreateSensorTest::testType PHP Method

testType() public method

Test: Set type
public testType ( )
    public function testType()
    {
        $command = new CreateSensor();
        $this->assertEquals($command, $command->type('sensortype'));
    }