Download the PHP package mediashare/shell-psysh without Composer
On this page you can find all versions of the php package mediashare/shell-psysh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mediashare/shell-psysh
More information about mediashare/shell-psysh
Files in mediashare/shell-psysh
Download mediashare/shell-psysh
More information about mediashare/shell-psysh
Files in mediashare/shell-psysh
Vendor mediashare
Package shell-psysh
Short Description An interactive shell for modern PHP.
License MIT
Homepage https://psysh.org
Package shell-psysh
Short Description An interactive shell for modern PHP.
License MIT
Homepage https://psysh.org
Please rate this library. Is it a good library?
Informations about the package shell-psysh
Shell Tester README
Overview
The Shell Tester is a tool for testing shell scripts and commands. It allows you to define test cases, execute them against your code, and verify the results.
Getting Started
- Navigate to the
test/shell-testerdirectory. - Review existing test cases: Examine the files in this directory to understand how tests are structured and written. The tests typically involve running a command or script, capturing its output, and asserting that the output matches an expected value.
- Write new test cases: Create new files in this directory, following the existing pattern.
Test Case Structure
Each test case consists of the following elements:
- Command/Script to Execute: The command or script that you want to test.
- Expected Output: The output that you expect the command or script to produce.
Contributing
- Fork the repository.
- Create a new branch for your changes.
- Add your test cases to the
test/shell-testerdirectory. - Ensure that your test cases pass by running the test suite (details on how to run the test suite would go here if a testing framework was used).
- Submit a pull request.
Example Test Case
Note: The exact format of the test case may vary depending on the specific testing framework used.
Further Information
- [Link to documentation (if available)]
- [Link to issue tracker]
All versions of shell-psysh with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0 || ^7.4
ext-json Version *
ext-tokenizer Version *
nikic/php-parser Version ^5.0 || ^4.0
symfony/console Version ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4
symfony/var-dumper Version ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4
ext-json Version *
ext-tokenizer Version *
nikic/php-parser Version ^5.0 || ^4.0
symfony/console Version ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4
symfony/var-dumper Version ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4
The package mediashare/shell-psysh contains the following files
Loading the files please wait ...