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

testInstantiation() public method

Test: Instantiating CreateSensor command
public testInstantiation ( )
    public function testInstantiation()
    {
        $command = new CreateSensor('dummy name');
    }