konekt / client
This package is abandoned and no longer maintained.
No replacement package was suggested.
Client is a Concord module that handles clients
0.9.2
2017-11-25 14:21 UTC
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