Phue\Test\Command\CreateSensorTest::testType PHP Метод

testType() публичный Метод

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