Registration::test_custom_signup_text PHP Method

test_custom_signup_text() public method

    public function test_custom_signup_text()
    {
        $output = __('Create Site', 'pressbooks');
        $this->assertEquals('Create Book', $output);
    }