Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

phakpoom/LineBotBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

@see https://igor.io/2013/02/07/composer-stability-flags.html

Now you have to set require dependency like this during developing.

"require": {
  "sylius/grid": "1.2.x-dev",
  "sylius/grid-bundle": "1.2.x-dev",
  "linemob/core-php": "dev-master",
  "phpmob/changmin": "dev-node4",
  "phakpoom/linebot-bundle": "dev-master"
}

README.md

  1. LineBotBundle (CORE) SEE
  2. UserBundle SEE
  3. KeywordBundle SEE
  4. AdminBundle SEE

Testing

$ ./vendor/bin/phpunit
$ ./vendor/bin/behat

LineBotBundle provide behat context for testing response from line just add context see below:

# behat.yml
default:
    FriendsOfBehat\ContextServiceExtension:
         imports:
              - "vendor/phakpoom/linebot-bundle/src/LineMob/Behat/Resources/config/services.xml" # add this

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published