X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fprofiles%2Ftesting_requirements%2Ftesting_requirements.install;fp=web%2Fcore%2Fprofiles%2Ftesting_requirements%2Ftesting_requirements.install;h=f7935c145c88b51440e491c27a6d5a3929cdaa66;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=0000000000000000000000000000000000000000;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/profiles/testing_requirements/testing_requirements.install b/web/core/profiles/testing_requirements/testing_requirements.install new file mode 100644 index 000000000..f7935c145 --- /dev/null +++ b/web/core/profiles/testing_requirements/testing_requirements.install @@ -0,0 +1,23 @@ + t('Testing requirements'), + 'severity' => REQUIREMENT_ERROR, + 'description' => t('Testing requirements failed requirements.'), + ]; + } + + return $requirements; +}