-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

atoum


> A simple, modern and intuitive unit testing framework for PHP.

More information.


Initialise a configuration file:

atoum --init

Run all tests:

atoum

Run tests using the specified configuration file:

atoum -c {path/to/file}

Run a specific test file:

atoum -f {path/to/file}

Run a specific directory of tests:

atoum -d {path/to/directory}

Run all tests under a specific namespace:

atoum -ns {namespace}

Run all tests with a specific tag:

atoum -t {tag}

Load a custom bootstrap file before running tests:

atoum --bootstrap-file {path/to/file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:52:10 2024