Skip to content

Latest commit

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Kuria development meta

Common development dependencies and scripts for Kuria libraries.

  • PHP 7.1+

This package defines the following composer scripts:

  • composer all - run codestyle checks and tests
  • composer tests - run tests
  • composer coverage - run tests and generate code coverage report
  • composer cs - run codestyle checks
  • composer cs:fix - attempt to automatically fix codestyle violations

Run the composer package-scripts:list to show commands to only run specific tools.

The Kuria\DevMeta\Test class should be extended instead of PHPUnit\Framework\TestCase.

It provides access to additional features from kuria/phpunit-extras.

<?phpnamespaceAcme;
useKuria\DevMeta\Test;
class ExampleTest extends Test
{
// ...
}

About

Common Kuria library development dependencies and scripts

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages