|
|
8e32b88fc8
|
add tests
|
2021-08-07 08:22:26 +03:00 |
|
|
|
463a50ebd4
|
Investigating bug fix
|
2021-08-05 17:39:23 +01:00 |
|
|
|
62aabc6ae1
|
Bugfix. The TestCase is now aware of if it is running in parallel or not 😎
|
2021-08-05 17:09:45 +01:00 |
|
|
|
9ec0762d41
|
tests: refactors toBeTruthy and toBeFalsy
|
2021-08-04 22:56:18 +01:00 |
|
|
|
8ee07330b3
|
Add toBeFalsy
|
2021-08-03 20:55:07 -04:00 |
|
|
|
cffde4564d
|
Add toBeTruthy
|
2021-08-03 20:54:56 -04:00 |
|
|
|
57161ba5ad
|
Merges master
|
2021-08-02 14:03:33 +01:00 |
|
|
|
b1a9254fc1
|
Merge branch 'master' into bound-datasets
# Conflicts:
# tests/.snapshots/success.txt
|
2021-08-02 14:02:49 +01:00 |
|
|
|
c776bcf86d
|
add toThrow expectation
|
2021-08-01 12:33:09 -04:00 |
|
|
|
8861dd2401
|
Merges with master
|
2021-08-01 15:40:34 +01:00 |
|
|
|
da73f4b395
|
Merge branch 'master' into teamcity-styling
# Conflicts:
# tests/.snapshots/success.txt
|
2021-08-01 15:36:53 +01:00 |
|
|
|
d5097d0fe5
|
Merge conflicts
|
2021-07-31 23:28:23 +01:00 |
|
|
|
022ad4be0d
|
Merge branch 'master' into bound-datasets
# Conflicts:
# tests/.snapshots/success.txt
|
2021-07-31 23:27:38 +01:00 |
|
|
|
675b0f1ec8
|
implements multiple needles in expect()->toContain()
|
2021-07-31 18:29:03 +02:00 |
|
|
|
6a84b825e6
|
Output improvements.
|
2021-07-30 12:23:24 +01:00 |
|
|
|
e8595c56b3
|
Merge branch 'master' into teamcity-styling
|
2021-07-30 11:46:57 +01:00 |
|
|
|
4a9fb2fa74
|
Snapshot update
|
2021-07-28 10:41:47 +01:00 |
|
|
|
d8fae6d689
|
Datasets can now access the test case and are executed after the setup method has run.
|
2021-07-28 10:39:39 +01:00 |
|
|
|
55bfc5856b
|
Merge branch 'master' into fix-missing-dataset-errors
|
2021-07-27 23:02:12 -05:00 |
|
|
|
22b822ce87
|
fix: skip with a false condition being ignored
|
2021-07-28 01:57:13 +01:00 |
|
|
|
671f3df115
|
fix tests
|
2021-07-28 01:00:19 +02:00 |
|
|
|
5f574ded81
|
add toBeIn
|
2021-07-28 00:36:43 +02:00 |
|
|
|
00b4bb6305
|
Merge branch 'master' into fix-missing-dataset-errors
|
2021-07-21 21:26:33 -05:00 |
|
|
|
d217503a6a
|
test: use consistent test descriptors
|
2021-07-21 20:47:48 -05:00 |
|
|
|
b6012862c4
|
style: run linter
|
2021-07-21 20:43:21 -05:00 |
|
|
|
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 |
|
|
|
4c8c42cd20
|
Refactor
|
2021-07-21 08:47:55 +01:00 |
|
|
|
09682dd393
|
Alters test to prove order doesn't matter
|
2021-07-21 08:16:54 +01:00 |
|
|
|
3bdba9210d
|
Adds another test
|
2021-07-21 07:44:05 +01:00 |
|
|
|
371620d161
|
Adds support for receiving datasets in higher order tests
|
2021-07-21 07:40:19 +01:00 |
|
|
|
d10281f851
|
Adds test cases for loggers and removes use of str_starts_with.
|
2021-07-19 12:59:18 +01:00 |
|
|
|
e16104350e
|
More work on output
|
2021-07-16 16:45:35 +01:00 |
|
|
|
5b310f6f93
|
More work on output
|
2021-07-16 15:58:44 +01:00 |
|
|
|
0200f90e9a
|
Start of work on better TeamCity output
|
2021-07-16 15:06:10 +01:00 |
|
|
|
5907164749
|
Merge pull request #341 from pestphp/hot-hoe
Adds support for Higher Order Expectations in Higher Order Tests
|
2021-07-12 11:52:04 +01:00 |
|
|
|
c160d97428
|
Forces higher order test callable expects to be closures.
|
2021-07-11 07:56:02 +01:00 |
|
|
|
2a8de0565f
|
Adds support for Higher Order Expectations in Higher Order Tests
|
2021-07-09 16:50:15 +01:00 |
|
|
|
99ea9f42e5
|
Allows you to just specify an exception message when calling throws.
|
2021-07-08 18:32:02 +01:00 |
|
|
|
6ce678d1c2
|
Adds an extra test to ensure that skipping takes place before higher order callables.
|
2021-07-08 17:52:56 +01:00 |
|
|
|
5049b996db
|
Merge branch 'master' into skip-closure-support
# Conflicts:
# src/Support/HigherOrderMessage.php
|
2021-07-08 17:50:48 +01:00 |
|
|
|
b97e206f7a
|
Closures passed to the skip method are now bound to the test case to allow for more complex logic.
|
2021-07-08 09:44:28 +01:00 |
|
|
|
7e9edecc7f
|
Higher Order Tests now resolve callable expectations. The tap method now always returns the test case.
|
2021-07-06 14:05:40 +01:00 |
|
|
|
dc75b34deb
|
refactor: move logic into boolean method in TestCaseFactory
|
2021-06-30 09:51:49 -05:00 |
|
|
|
8e22803797
|
Merge branch 'master' into fix-missing-dataset-errors
|
2021-06-30 09:04:20 -05:00 |
|
|
|
f2e56da2da
|
Updates snapshots
|
2021-06-24 22:58:29 +01:00 |
|
|
|
e6b258534a
|
Merge branch 'master' into higher-order-tap-and-defer
# Conflicts:
# tests/.snapshots/success.txt
|
2021-06-24 22:57:48 +01:00 |
|
|
|
acef002a2d
|
Adds tap for Higher Order tests
|
2021-06-24 22:57:26 +01:00 |
|
|
|
4f67eff619
|
Start of work
|
2021-06-24 21:38:02 +01:00 |
|
|
|
3c2c767e09
|
Updates snapshot
|
2021-06-24 21:35:16 +01:00 |
|
|
|
ff527baa1d
|
Allows and in Higher Order Expectations.
|
2021-06-24 21:31:12 +01:00 |
|