HM\BackUpWordPress\Test_Backup_Path::testDefaultPath PHP Method

testDefaultPath() public method

By default the path should be the default path
public testDefaultPath ( )
    public function testDefaultPath()
    {
        $this->assertEquals($this->path->get_default_path(), $this->path->get_path());
        $this->assertFileExists($this->path->get_default_path());
    }