예제 #1
0
 public function testGetPathForCheck()
 {
     $directories = $this->_object->getPathForCheck();
     $this->assertEquals(2, count($directories['writeable']));
     $this->assertCount(2, $directories['writeable']);
     $expected = array(array('existence' => '1', 'recursive' => '0'), array('existence' => '1', 'recursive' => '1'));
     $this->assertEquals($expected, $directories['writeable']);
 }