Skip to content

Commit

Permalink
test: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance-fyi committed Aug 28, 2024
1 parent 4fe6977 commit a2b7799
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 113 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"hyperf/config": "^3.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": ">=7.0",
"swoole/ide-helper": "^4.5"
},
"suggest": {
Expand All @@ -48,7 +47,6 @@
"sort-packages": true
},
"scripts": {
"test": "phpunit -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"
},
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ services:
- ACCEPT_EULA=Y
- MSSQL_PID=Developer
ports:
- "1433:1433"
- 1433:1433
15 changes: 0 additions & 15 deletions phpunit.xml

This file was deleted.

49 changes: 0 additions & 49 deletions tests/Cases/AbstractTestCase.php

This file was deleted.

21 changes: 0 additions & 21 deletions tests/Cases/SqlServerTest.php

This file was deleted.

5 changes: 0 additions & 5 deletions tests/bootstrap.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/config/autoload/annotations.php

This file was deleted.

7 changes: 0 additions & 7 deletions tests/config/autoload/aspects.php

This file was deleted.

0 comments on commit a2b7799

Please sign in to comment.