From 09c26b0a4d278aeb521879b8e51cb5724e5ef294 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 3 Apr 2025 09:05:58 +0900 Subject: [PATCH] =?UTF-8?q?README=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index bcaf2e8..3f9fd82 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,10 @@ -# php_testcase_create - -PHPによりテストケース作成を支援するライブラリ - -Author : ry.yamafuji -Crateddate : 2023/08/11 -lisence : MIT - ---- - -## Function - -* OpenAPIを読み込みMD形式のテストケースに変換する - * YAMLファイルを読み込む機能 +# PHP +PHPの学習及び検証を目的とする ## init ``` docker-compose up -d --build -docker exec -it php-xdebug bash ``` -## exec - - -``` -php index.php -```