Exemplo n.º 1
0
 public function testGetFolderWithWrongParent()
 {
     $this->folderDao->insertFolder($folderName = 'three', $folderDescription = 'floor(PI)+Epsilon', 2);
     assertThat($this->folderDao->getFolderId('three'), is(null));
 }