Skip to content

Commit 32523f2

Browse files
committed
Ditch tests for CLI (not practical).
1 parent 0af3d8d commit 32523f2

23 files changed

+0
-943
lines changed

.gitattributes

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22
# https://help.github.com/articles/dealing-with-line-endings/
33

44
* text eol=lf
5-
*.ini text eol=crlf
6-
*.dat binary
7-
*.exe binary
8-
*.gif binary
9-
*.gz binary
10-
*.jpeg binary
11-
*.jpg binary
12-
*.ole binary
13-
*.pdf binary
14-
*.png binary
15-
*.rar binary
16-
*.rtf binary
17-
*.swf binary
18-
*.tar binary
19-
*.xdp binary
20-
*.zip binary
215

226
# Refer to:
237
# https://github.com/github/linguist
@@ -26,4 +10,3 @@
2610
*.txt linguist-documentation
2711

2812
.github/* -linguist-detectable
29-
tests/* -linguist-detectable

.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

codeception.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,9 @@
1616
"phpmussel/core": "^3.0",
1717
"ext-pcre": "*"
1818
},
19-
"require-dev": {
20-
"codeception/codeception": "^2.3",
21-
"symfony/event-dispatcher": "3.4.28"
22-
},
2319
"autoload": {
2420
"psr-4": {
2521
"phpMussel\\CLI\\": "src/"
2622
}
27-
},
28-
"autoload-dev": {
29-
"psr-4": {
30-
"phpMussel\\CLI\\Tests\\": "tests/"
31-
}
3223
}
3324
}

tests/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/_data/.gitkeep

Whitespace-only changes.

tests/_support/AcceptanceTester.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/_support/FunctionalTester.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/_support/Helper/Acceptance.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)