From 72079a54e6a69a393385b33c2e4c94aa632c0d49 Mon Sep 17 00:00:00 2001 From: Koji Tanaka Date: Wed, 28 Dec 2022 15:25:04 +0900 Subject: [PATCH] build: add CakePHP2 tests bootstrap files --- lib/Cake/Test/bootstrap.php | 29 ++++++++++++++++ lib/Cake/Test/bootstrap/cake_dot_php.php | 43 ++++++++++++++++++++++++ phpunit.xml.dist | 1 + 3 files changed, 73 insertions(+) create mode 100644 lib/Cake/Test/bootstrap.php create mode 100644 lib/Cake/Test/bootstrap/cake_dot_php.php diff --git a/lib/Cake/Test/bootstrap.php b/lib/Cake/Test/bootstrap.php new file mode 100644 index 000000000..52e706917 --- /dev/null +++ b/lib/Cake/Test/bootstrap.php @@ -0,0 +1,29 @@ +