Beispiel #1
0
 public function testGetProperty()
 {
     $this->_expectCommand("svn --non-interactive propget prop-name 'the/path'", 'OK');
     $this->assertEquals('OK', $this->_repositoryConnector->getProperty('prop-name', 'the/path'));
 }