Example #1
0
 /**
  * Tests the Folder::makeSafe method.
  *
  * @return  void
  *
  * @since   1.0
  *
  * @covers  Joomla\Filesystem\Folder::makeSafe
  */
 public function testMakeSafe()
 {
     $actual = Folder::makeSafe('test1/testdirectory');
     $this->assertEquals('test1/testdirectory', $actual);
 }