Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emprove committed Dec 23, 2020
1 parent b011d71 commit 22f71b8
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 196 deletions.
9 changes: 0 additions & 9 deletions .gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion .styleci.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
3. Update generateToken(user id, timestamp, info) method (v2 uses only jwt auth workflow).

## Introduction
Centrifuge broadcaster for laravel >= 5.7
Centrifuge broadcaster for laravel ^6

## Requirements

- PHP 7.1.3+ or newer (tested on 7.2.10)
- Laravel 5.3+ or newer (tested on 5.7.8)
- PHP 7.2+
- Laravel 6+
- Centrifugo Server 2 or newer (see [here](https://github.com/centrifugal/centrifugo))

## Installation
Expand Down
13 changes: 3 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,15 @@
"php": "^7.2",
"illuminate/broadcasting": "^6.0",
"guzzlehttp/guzzle": "^6.3.3",
"lcobucci/jwt": "^3.4"
},
"require-dev": {
"orchestra/testbench": "^3.3",
"phpunit/phpunit": "^5.7|^6.1"
"lcobucci/jwt": "3.4.*"
},
"require-dev": {},
"autoload": {
"psr-4": {
"LaraComponents\\Centrifuge\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LaraComponents\\Centrifuge\\Test\\": "tests/"
}
},
"autoload-dev": {},
"extra": {
"laravel": {
"providers": [
Expand Down
28 changes: 0 additions & 28 deletions phpunit.xml.dist

This file was deleted.

96 changes: 0 additions & 96 deletions tests/CentrifugeTest.php

This file was deleted.

37 changes: 0 additions & 37 deletions tests/TestCase.php

This file was deleted.

12 changes: 0 additions & 12 deletions tests/config.json

This file was deleted.

0 comments on commit 22f71b8

Please sign in to comment.