Пример #1
0
 /**
  * @dataProvider getWorkingCopyMissingDataProvider
  */
 public function testGetWorkingCopyMissing($fixture, $expected)
 {
     $this->_expectCommand("svn --non-interactive status --xml '/path/to/working-copy'", $this->getFixture($fixture));
     $this->assertEquals($expected, $this->_repositoryConnector->getWorkingCopyMissing('/path/to/working-copy'));
 }