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

wizaplace/bbq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

composer install

Run tests

  • Create the file tests/config.php with :
<?php
return [
    'key' => 'aws-key',
    'secret' => 'aws-secret',
    'region' => 'eu-west-1',
    'sqs_url' => 'sqs-url'
];
  • run tests/run.sh