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

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

Test: Set software version
public testSoftwareVersion ( )
    public function testSoftwareVersion()
    {
        $command = new CreateSensor();
        $this->assertEquals($command, $command->softwareVersion('123'));
    }