konekt / client
Client is a Concord module that handles clients
Installs: 95
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/konekt/client
Requires
- php: >=7.0.0
- konekt/address: >=0.9.6
- konekt/concord: >=0.9.8
- konekt/user: dev-master
Requires (Dev)
- mockery/mockery: ~1.0
- orchestra/testbench: ~3.4.2
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2020-11-18 12:57:56 UTC
README
This is a Concord module.
If you don't know what this is, it's just too early.
Runnig Tests
In Console
vendor/bin/phpunit -c phpunit.xml
Configure PhpStorm
- Go to settings -> PHP -> Testing frameworks
- Add PHPUnit local
- Choose composer autoloader (need to install deps in advance with
composer install
) - Point "path to script" to
vendor/autoload.php
(full path) - Choose default configuration file:
phpunit.xml