mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-28 02:41:37 +01:00
Removed now unneeded PHPunit annotations @run(Tests)InSeparateProcess, @preserveGlobalState and @backupStaticAttributes. Made CacheResourceTestCommon abstract to prevent the base class from running tests (and always failing). Unregister a previously registered stream wrapper. Fixes a lot of tests.
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
/**
|
||||
* Smarty PHPunit tests for cache resource file
|
||||
*
|
||||
* @package PHPunit
|
||||
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* class for cache resource file tests
|
||||
*
|
||||
* @runTestsInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @backupStaticAttributes enabled
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
class HttpModifiedSinceTest extends PHPUnit_Smarty
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user