ghostwriter / phpt
Testing Framework for PHP
Maintainers
Details
Fund package maintenance!
ghostwriter
Requires
- php: >=8.3
- ghostwriter/case-converter: ^1.0.0
- ghostwriter/clock: ^3.0.0
- ghostwriter/collection: ^2.0.0
- ghostwriter/config: ^0.4.1
- ghostwriter/container: ^4.0.3
- ghostwriter/event-dispatcher: ^5.0.2
- ghostwriter/json: ^3.0.0
- ghostwriter/option: ^1.5.1
- ghostwriter/plex: ^0.1.3
- ghostwriter/result: ^1.3.0
- ghostwriter/shell: ^0.1.0
- ghostwriter/uuid: ^1.0.1
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-01 02:55:39 UTC
README
work in progress
Warning
This project is not finished yet, work in progress.
Installation
You can install the package via composer:
composer require ghostwriter/phpt
Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
Usage
// work in progress // https://qa.php.net/phpt_details.php // PHPT - Test File Layout. // [] indicates optional sections. // --TEST-- // [--DESCRIPTION--] // [--CREDITS--] // [--SKIPIF--] // [--CONFLICTS--] // [--WHITESPACE_SENSITIVE--] // [--CAPTURE_STDIO--] // [--EXTENSIONS--] // [--POST-- | --PUT-- | --POST_RAW-- | --GZIP_POST-- | --DEFLATE_POST-- | --GET--] // [--COOKIE--] // [--STDIN--] // [--INI--] // [--ARGS--] // [--ENV--] // [--PHPDBG--] // --FILE-- | --FILEEOF-- | --FILE_EXTERNAL-- | --REDIRECTTEST-- // [--CGI--] // [--XFAIL--] // [--FLAKY--] // [--EXPECTHEADERS--] // --EXPECT-- | --EXPECTF-- | --EXPECTREGEX-- | --EXPECT_EXTERNAL-- | --EXPECTF_EXTERNAL-- | --EXPECTREGEX_EXTERNAL-- // [--CLEAN--]
Credits
Changelog
Please see CHANGELOG.md for more information on what has changed recently.
License
Please see LICENSE for more information on the license that applies to this project.
Security
Please see SECURITY.md for more information on security disclosure process.