mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-11 17:43:50 +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,7 +2,7 @@
|
||||
/**
|
||||
* Smarty PHPunit tests for deleting compiled templates
|
||||
*
|
||||
* @package PHPunit
|
||||
|
||||
* @author Uwe Tews
|
||||
* @author Rodney Rehm
|
||||
*/
|
||||
@@ -10,9 +10,9 @@
|
||||
/**
|
||||
* class for delete compiled template tests
|
||||
*
|
||||
* @runTestsInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @backupStaticAttributes enabled
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
class ClearCompiledTest extends PHPUnit_Smarty
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user