Since: 1.0
Author: Bernhard Schussek (bschussek@gmail.com)
Inheritance: implements Puli\Manager\Api\Repository\RepositoryManager
 public function testClearRepository()
 {
     $this->initDefaultManager();
     $this->repo->expects($this->once())->method('clear');
     $this->manager->clearRepository();
 }