mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-01 00:44:26 +02:00
fix php7.4 deprecation and remove php7.4 from travis allow_failures since php7.4 is current stable
This commit is contained in:
@@ -11,11 +11,10 @@ matrix:
|
||||
- php: 7.1
|
||||
- php: 7.2
|
||||
- php: 7.3
|
||||
- php: 7.4snapshot
|
||||
- php: 7.4
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: 7.4snapshot
|
||||
- php: nightly
|
||||
|
||||
services:
|
||||
|
@@ -28,7 +28,7 @@ class IncludePathTest extends PHPUnit_Smarty
|
||||
*/
|
||||
protected function tearDown()
|
||||
{
|
||||
restore_include_path();
|
||||
ini_restore('include_path');
|
||||
$this->smarty->disableSecurity();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
@@ -28,7 +28,7 @@ class FileIncludePathTest extends PHPUnit_Smarty
|
||||
*/
|
||||
protected function tearDown()
|
||||
{
|
||||
restore_include_path();
|
||||
ini_restore('include_path');
|
||||
$this->smarty->disableSecurity();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
Reference in New Issue
Block a user