X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Ftests%2Ffixtures%2FBrowserMissingDependentModuleMethodTest.php;fp=web%2Fcore%2Ftests%2Ffixtures%2FBrowserMissingDependentModuleMethodTest.php;h=4a94a536919e935e58a5e0a1c520a59e8974f07d;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php b/web/core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php new file mode 100644 index 000000000..4a94a5369 --- /dev/null +++ b/web/core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php @@ -0,0 +1,35 @@ +fail('Running test with missing required module.'); + } + + /** + * Public access for checkRequirements() to avoid reflection. + */ + public function publicCheckRequirements() { + return parent::checkRequirements(); + } + +}