Admin_BrandingTest::test_custom_color_scheme PHP Метод

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

    public function test_custom_color_scheme()
    {
        $this->expectOutputRegex('/<link rel="stylesheet" type="text\\/css" href="\\S*" media="screen" \\/>/');
        \Pressbooks\Admin\Branding\custom_color_scheme();
    }