Download the PHP package zver/package-template without Composer
On this page you can find all versions of the php package zver/package-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zver/package-template
More information about zver/package-template
Files in zver/package-template
Download zver/package-template
More information about zver/package-template
Files in zver/package-template
Vendor zver
Package package-template
Short Description this is universal package template for development and testing and composer distribution
License
Package package-template
Short Description this is universal package template for development and testing and composer distribution
License
Please rate this library. Is it a good library?
Informations about the package package-template
Package-template
Use this template package structure to build your own packages and tests and composer distribution
Structure
- files - package files
- src - package src files
- tests - package PHPUnit tests
- tests/classes - classes needed for testing
- tests/files - files needed for testing
- tests/bootstrap.php - PHPUnit autoloading and helpers
- coverage - directory with coverage information, ignored from git
Helpers
- packageFile($name) - get full name of file with name=$name in files folder
- packageTestFile($name) - get full name of file with name=$name in tests/files folder
- Package/Test trait added with following methods:
- foreachTrue(array $values)
- foreachFalse(array $values)
- foreachEquals(array $values)
- foreachNotEquals(array $values)
- foreachSame(array $values)
- foreachNotSame(array $values)
- assertException(callable $callback, $expectedException = 'Exception', $expectedCode = null, $expectedMessage = null)
Run tests
For testing PHPUnit installed required
All versions of package-template with dependencies
PHP Build Version
Package Version
Requires
zver/common Version
^3.0
The package zver/package-template contains the following files
Loading the files please wait ....