diff --git a/tests/unit/Acl/Adapter/Memory/AllowCest.php b/tests/unit/Acl/Adapter/Memory/AllowCest.php index b18082b0ac..64b63bf6a2 100644 --- a/tests/unit/Acl/Adapter/Memory/AllowCest.php +++ b/tests/unit/Acl/Adapter/Memory/AllowCest.php @@ -22,6 +22,7 @@ use Phalcon\Test\Fixtures\Acl\TestComponentAware; use Phalcon\Test\Fixtures\Acl\TestRoleAware; use UnitTester; + use function str_replace; class AllowCest diff --git a/tests/unit/Acl/Adapter/Memory/IsAllowedCest.php b/tests/unit/Acl/Adapter/Memory/IsAllowedCest.php index 2d863c12ce..dc3265a40b 100644 --- a/tests/unit/Acl/Adapter/Memory/IsAllowedCest.php +++ b/tests/unit/Acl/Adapter/Memory/IsAllowedCest.php @@ -24,6 +24,7 @@ use Phalcon\Test\Fixtures\Acl\TestRoleComponentAware; use stdClass; use UnitTester; + use function str_replace; class IsAllowedCest