public function MetatagTagsTest::pragma_test_name_attribute in Metatag 7
Implements {meta_tag_name}_test_name_attribute() for 'pragma'.
File
- tests/
MetatagTagsTest.test, line 176 - Tests that each of the Metatag base tags work correctly.
Class
- MetatagTagsTest
- Tests that each of the Metatag base tags work correctly.
Code
public function pragma_test_name_attribute() {
return 'http-equiv';
}