public function testVersionNumberFormat() { $this->assertRegExp('/^(\\d+\\.)?(\\d+\\.)?(\\d+)$/', $this->command->getVersion()); }