beam-australia / platform
Laravel platform
v0.2.5
2019-06-14 06:32 UTC
Requires
- php: >=7.3
- elasticsearch/elasticsearch: ^5.4
- kalnoy/nestedset: ^4.3
- laravel/framework: >=5.8
- nuwave/lighthouse: >=3.6
- ongr/elasticsearch-dsl: ^5.0
- spatie/laravel-sluggable: ^2.0
Requires (Dev)
- hirak/prestissimo: ^0.3.7
- m6web/elasticsearch-mock: ^5.0
- mockery/mockery: 1.0.*
- orchestra/database: ~3.8
- orchestra/testbench: ~3.8
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ~8.1
This package is auto-updated.
Last update: 2024-11-15 18:03:59 UTC
README
Testing
There is a docker helper binary located in the bin
directory.
$> bin/phpunit
Integration testing
For integration testing with external services such as Elasticsearch or Redis, use Docker Compose. There are helpers located in the bin
directory:
$> bin/ssh
Will start docker-compose.yml
and ssh into the container. Be sure to wait until the services are ready.