From 91ecce750cac5ab2efc731935f5d31691ce85f63 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 30 Jul 2010 01:34:38 +0000 Subject: - Patch #867988 by andypost: remove simpletest_test_stream_wrappers(). --- modules/simpletest/simpletest.module | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index fc5a6835a..a88343659 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -90,19 +90,6 @@ function simpletest_theme() { ); } -/** - * Implements hook_stream_wrappers(). - */ -function simpletest_test_stream_wrappers() { - return array( - 'simpletest' => array( - 'name' => t('Simpletest files'), - 'class' => 'DrupalSimpleTestStreamWrapper', - 'description' => t('Stream Wrapper for Simpletest files.'), - ), - ); -} - /** * Implements hook_js_alter(). */ -- cgit v1.2.3