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

testName() public method

Test: Set name
public testName ( )
    public function testName()
    {
        $command = new CreateSensor();
        $this->assertEquals($command, $command->name('dummy name'));
    }