Commit f859eba
Upgrade to phpunit 7 (#443)
* add new cache to ignore
* upgrade phpunit dependency
* add required attribute to phpunit config.
Still xml!?!?!
* conform to api changes
* don't use stdout as it prevents setting headers
(i.e. starting a session) in any tests. This is
a breaking change in the phpunit upgrade.
Still more work to do here.
* get rid of parse-server-test dependency
by moving all of the parse-server stuff
into this repo.
move devDependencies to from dependencies to devDependencies
* wip
* switch back to current version or parse-server
* turn logging back on and set the test server's log dir
* ignore test logs
* we need phpunit to be very, very quiet.
* we need to configure our own server
just so we can not emit a message through stdout.
* skip the delete schema validation test.
it doesn't work anymore.
probably a result of a curl upgrade at some point?
* don't need this config file cause we're going to
setup our own server so we can not emit out stdout
* switch back to master now that winston is upgraded
* kick travis
* doh. phpunit 8 only works with php > 7.2. let's try it anyway
* start mongo before we test
* add the log file location
* put parse in the background when starting.
* get travis to only run matrix on currently
supported php
* downgrade to phpunit 7
* fix travis file so it passes lint
* remove the sleep from travis. not needed.
* fix lint complaints.
* get rid of the scripts section.
I'm not sure what it is doing.
* put back the scripts that may be important?
certainly want the docs, right?
* use stderr for phpunit in all its scripts
* turn down output from document so i can see what's going on
* turn down output on the correct command this time...
* LAME:
1. only run doc check on 7.1
2. turn output back on for phpdoc1 parent ba3181e commit f859eba
File tree
54 files changed
+2257
-3786
lines changed- src/Parse/HttpClients
- tests
- Parse
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+2257
-3786
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 14 | | |
25 | 15 | | |
26 | 16 | | |
27 | 17 | | |
28 | 18 | | |
29 | | - | |
30 | | - | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
34 | 22 | | |
35 | 23 | | |
36 | | - | |
37 | 24 | | |
38 | 25 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 26 | | |
47 | 27 | | |
48 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
49 | 33 | | |
50 | 34 | | |
51 | 35 | | |
52 | 36 | | |
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
56 | | - | |
| 40 | + | |
57 | 41 | | |
58 | 42 | | |
59 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments