Beispiel #1
0
 public function testSimpleDirectoryGetName()
 {
     $dir = new SimpleCollection('simpledir');
     $this->assertEquals('simpledir', $dir->getName());
 }