Admin_BrandingTest::test_login_title PHP Метод

test_login_title() публичный Метод

public test_login_title ( )
    public function test_login_title()
    {
        $title = \Pressbooks\Admin\Branding\login_title();
        $this->assertInternalType('string', $title);
        $this->assertNotEmpty($title);
    }