Download the PHP package phpnomad/tests without Composer

On this page you can find all versions of the php package phpnomad/tests. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tests

phpnomad/tests

Latest Version Total Downloads PHP Version License

phpnomad/tests is the shared PHPUnit base that PHPNomad packages use for their own unit tests. It provides a TestCase wired up with Mockery-PHPUnit integration and two reflection traits for reaching into protected or private state. If you're writing application code against PHPNomad, you don't need this package. If you're contributing to a PHPNomad package, its tests/ directory almost certainly already depends on it.

Installation

Pull it in as a dev dependency only. It isn't meant for production code paths.

What's included

Usage pattern

Each PHPNomad package defines its own package-local TestCase that extends the shared one. That gives the package its own namespace root under Tests/ while inheriting the PHPUnit and Mockery plumbing.

Concrete unit tests then extend the package-local TestCase and mix in whichever traits they need.

Documentation

Framework-wide documentation lives at phpnomad.com.

License

MIT. See LICENSE.txt.


All versions of tests with dependencies

PHP Build Version
Package Version
Requires phpstan/phpstan Version ^2.0
friendsofphp/php-cs-fixer Version ^3.13
phpunit/phpunit Version ^9.5 || ^11.0
mockery/mockery Version ^1.5
phpstan/phpstan-mockery Version ^2.0
phpstan/extension-installer Version ^1.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package phpnomad/tests contains the following files

Loading the files please wait ...