HM\BackUpWordPress\Home_Path_Tests::test_standard_install PHP Method

test_standard_install() public method

In this scenario WordPress is installed as normal with wp-config.php and index.php in the root directory.
    function test_standard_install()
    {
        $this->assertEquals(wp_normalize_path(untrailingslashit(ABSPATH)), Path::get_home_path());
    }