luke
715f8b420b
Updates phpunit dependency version
2021-08-02 12:41:23 +01:00
luke
a0637d86ff
Refactors
2021-08-01 17:00:01 +01:00
luke
1a941d7f92
Refactors
2021-08-01 16:45:06 +01:00
luke
b5959aa3fa
Refactors
2021-08-01 15:42:52 +01:00
luke
8861dd2401
Merges with master
2021-08-01 15:40:34 +01:00
luke
da73f4b395
Merge branch 'master' into teamcity-styling
...
# Conflicts:
# tests/.snapshots/success.txt
2021-08-01 15:36:53 +01:00
Nuno Maduro
2d2a83e9e8
chore: run tests against php 8.1
2021-07-31 22:56:33 +01:00
Nuno Maduro
67c7bee4fa
Merge pull request #365 from def-studio/expect-toContain-with-multiple-needles
...
implements multiple needles in expect()->toContain()
2021-07-31 20:34:33 +01:00
Fabio Ivona
675b0f1ec8
implements multiple needles in expect()->toContain()
2021-07-31 18:29:03 +02:00
luke
c2b86c3ab3
Removes pest from stack traces
2021-07-30 16:34:30 +01:00
luke
46337b8085
Removes pest from stack traces
2021-07-30 16:32:00 +01:00
luke
df172d8eed
Adds new lines
2021-07-30 15:36:38 +01:00
luke
24b9160b79
Removes new line from event printing
2021-07-30 15:34:31 +01:00
luke
a7860b0b8e
CS
2021-07-30 12:41:57 +01:00
luke
7471c224fa
Output improvements.
2021-07-30 12:39:20 +01:00
luke
2996135155
Output improvements.
2021-07-30 12:38:13 +01:00
luke
1abab8d440
Output improvements.
2021-07-30 12:36:52 +01:00
luke
e52c83e5be
Output improvements.
2021-07-30 12:35:20 +01:00
luke
5ed4545737
Output improvements.
2021-07-30 12:34:10 +01:00
luke
8b39df68ce
Output improvements.
2021-07-30 12:32:27 +01:00
luke
04d8a3762b
Output improvements.
2021-07-30 12:31:03 +01:00
luke
0f7c8d00d6
Output improvements.
2021-07-30 12:29:39 +01:00
luke
12fb4f8639
Output improvements.
2021-07-30 12:24:23 +01:00
luke
6a84b825e6
Output improvements.
2021-07-30 12:23:24 +01:00
luke
e8595c56b3
Merge branch 'master' into teamcity-styling
2021-07-30 11:46:57 +01:00
Nuno Maduro
252f9a0e46
Merge pull request #321 from jordanbrauer/fix-missing-dataset-errors
...
Add user-friendly exception message for missing test inputs
2021-07-28 09:57:39 +01:00
jordanbrauer
8d24b4a217
chore: replace prop set/check with method call
2021-07-27 23:39:26 -05:00
jordanbrauer
43920f79a9
feat: add count method for checking message type presence
2021-07-27 23:36:09 -05:00
jordanbrauer
55bfc5856b
Merge branch 'master' into fix-missing-dataset-errors
2021-07-27 23:02:12 -05:00
Nuno Maduro
cd9d4acbc2
release: v1.13.0
2021-07-28 02:03:24 +01:00
Nuno Maduro
2b5355419a
chore: fixes types
2021-07-28 01:59:47 +01:00
Nuno Maduro
22b822ce87
fix: skip with a false condition being ignored
2021-07-28 01:57:13 +01:00
Nuno Maduro
b2c298b926
Merge pull request #363 from freekmurze/add-to-be-in
...
Add `toBeIn` expectation
2021-07-28 00:09:54 +01:00
freek
671f3df115
fix tests
2021-07-28 01:00:19 +02:00
freek
2dd77001b7
static analysis fix
2021-07-28 00:42:54 +02:00
freek
5f574ded81
add toBeIn
2021-07-28 00:36:43 +02:00
Nuno Maduro
6309e6818d
Update README.md
2021-07-26 23:19:51 +01:00
Nuno Maduro
4813ab6ffb
Add sponsor
2021-07-26 23:18:55 +01:00
Nuno Maduro
4ebba1298a
release: v1.12.0
v1.12.0
2021-07-26 22:46:22 +01:00
Nuno Maduro
2e0d1bb5a0
Merge branch 'master' of https://github.com/pestphp/pest
2021-07-26 22:45:08 +01:00
Nuno Maduro
09d2b16767
docs: updates changelog
2021-07-26 22:45:03 +01:00
Nuno Maduro
f56556eb73
Merge pull request #357 from jordanbrauer/fix-static-hooks
...
Fix static hooks
2021-07-26 22:33:58 +01:00
Nuno Maduro
f387ca8624
Merge pull request #353 from rezaamini-ir/master
...
Add --force flag to pest:test command
2021-07-26 22:27:08 +01:00
Nuno Maduro
ca9d783cf9
chore: makes phpunit/phpunit requirement above ^9.3.7
2021-07-26 22:02:57 +01:00
jordanbrauer
863ddea50b
style: split assignment into two lines clarity
2021-07-22 17:54:22 -05:00
jordanbrauer
00b4bb6305
Merge branch 'master' into fix-missing-dataset-errors
2021-07-21 21:26:33 -05:00
jordanbrauer
d217503a6a
test: use consistent test descriptors
2021-07-21 20:47:48 -05:00
jordanbrauer
b6012862c4
style: run linter
2021-07-21 20:43:21 -05:00
jordanbrauer
60c0ad006f
fix: prevent the global hooks from piling up ( #351 )
...
this happens due to the global `*All()` hooks (before & after) being
defined as static. We should be a good citizen and we need to clean up
our mess for the next person in the test instance constructor
2021-07-21 20:38:20 -05:00
jordanbrauer
79ff332afe
test: global "all" hooks must only run once ( #351 )
...
in other words, they can only run once per file
2021-07-21 20:32:39 -05:00