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