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

This package is auto-updated.

Last update: 2020-11-18 12:57:56 UTC


README

Build Status Latest Stable Version Total Downloads Open Source Love

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

  1. Go to settings -> PHP -> Testing frameworks
  2. Add PHPUnit local
  3. Choose composer autoloader (need to install deps in advance with composer install)
  4. Point "path to script" to vendor/autoload.php (full path)
  5. Choose default configuration file: phpunit.xml