mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Adding test case files used for previous commit.
This commit is contained in:
parent
b6978ab25f
commit
040f94cb81
2 changed files with 10 additions and 0 deletions
5
cake/tests/test_app/libs/cache/test_app_cache.php
vendored
Normal file
5
cake/tests/test_app/libs/cache/test_app_cache.php
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
class TestAppCacheEngine extends CacheEngine {
|
||||
|
||||
}
|
5
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
vendored
Normal file
5
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
class TestPluginCacheEngine extends CacheEngine {
|
||||
|
||||
}
|
Loading…
Reference in a new issue