Skip to content

Commit de28099

Browse files
author
palPalani
committed
Improve doc block
1 parent 474d5fe commit de28099

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Custom SQS queue reader for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/palpalani/laravel-sqs-queue-json-reader.svg?style=flat-square)](https://packagist.org/packages/palpalani/laravel-sqs-queue-json-reader)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/run-tests?label=tests)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3ATests+branch%3Amain)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/run-tests?label=tests)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3ATests+branch%3Amaster)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/Check%20&%20fix%20styling?label=code%20style)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
56
[![Total Downloads](https://img.shields.io/packagist/dt/palpalani/laravel-sqs-queue-json-reader.svg?style=flat-square)](https://packagist.org/packages/palpalani/laravel-sqs-queue-json-reader)
67

78

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ protected function getPackageProviders($app): array
2121

2222
public function getEnvironmentSetUp($app): void
2323
{
24+
/*
2425
$app['config']->set('database.default', 'sqlite');
2526
$app['config']->set('database.connections.sqlite', [
2627
'driver' => 'sqlite',
2728
'database' => ':memory:',
2829
'prefix' => '',
2930
]);
3031
31-
/*
3232
include_once __DIR__.'/../database/migrations/create_laravel_sqs_queue_json_reader_table.php.stub';
3333
(new \CreatePackageTable())->up();
3434
*/

0 commit comments

Comments
 (0)