09b7ab9a42
fixes ignored dataset description for string description
2022-11-17 15:43:30 +02:00
47cc88a6ab
add tests for eager registered wrapped datasets with Generator functions
2022-10-30 01:35:46 +03:00
dccd8239dd
handles toThrow exception with a "class not found" error
2022-02-18 18:01:09 +01:00
4720e0655b
Revert "Fixes json in Higher Order Expectations"
2022-01-21 16:48:26 +00:00
2831629f1b
Fixes bug with json method call in Higher Order Expectations.
2022-01-21 16:35:21 +00:00
7f38de11b7
refactor: --ci option
2021-09-25 13:29:11 +01:00
7d70b6e95a
merge from master
2021-09-25 09:04:26 +02:00
7691e3c602
Merge pull request #399 from mertasan/sequence
...
Fix: `sequence()` can generate false positives
2021-09-24 22:15:49 +01:00
b43a59868d
feat: adds unless expectation
2021-09-24 22:12:08 +01:00
457972716f
refactor: expectation match method
2021-09-24 22:02:18 +01:00
ae029660e3
tests: fixes snapshots
2021-09-24 21:18:30 +01:00
f0ddd10a54
Merge branch 'master' into method-match
2021-09-24 21:16:43 +01:00
4daf7ee4ab
refactor: throwsIf method
2021-09-24 21:15:31 +01:00
d60f320382
Merge pull request #371 from mertasan/throwsif
...
Add `throwsIf` exception
2021-09-24 21:10:56 +01:00
9cc4ecd5ab
Merge branch 'master' into method-match
2021-09-24 14:39:21 +03:00
8d96f975e0
update snapshots
2021-09-24 14:37:01 +03:00
fec11928cf
update snapshots
2021-09-23 06:57:07 +03:00
1681c1f4f8
update snapshots
2021-09-23 03:35:56 +03:00
0b19672963
Merge branch 'master' into throwsif
2021-09-19 01:47:07 +03:00
a16a19e121
update snapshots
2021-09-16 18:10:15 +03:00
536ce1eca0
Update snapshots
2021-09-03 04:40:48 -04:00
042f2ec3f3
Use mb_strlen instead of grapheme_strlen
...
Due to inconsistent behave, mb_strlen will be used.
2021-08-29 12:55:37 +02:00
8367af22e7
Adds toHaveLength() Expectation & Tests
...
Adds toHaveLength() Expectation and its tests. toHaveLength checks if the given value has the informed length. Works with strings, array, object and collections.
2021-08-28 17:02:09 +02:00
2125bf9668
chore: adjusts tests
2021-08-26 21:14:56 +01:00
5c84b0c6d3
The getFilenames method now respects only calls.
2021-08-13 11:07:52 +01:00
cadae52d5d
Updates snapshots
2021-08-13 10:29:21 +01:00
03d34e9a10
Removes isInParallel
2021-08-13 10:14:01 +01:00
5c592928d4
Adds a new method, isInParallel, to the Testable trait to allow a test to determine its parallel status.
2021-08-10 14:34:10 +01:00
1d4c1a5359
update snapshots
2021-08-07 08:22:31 +03:00
9ec0762d41
tests: refactors toBeTruthy and toBeFalsy
2021-08-04 22:56:18 +01:00
57161ba5ad
Merges master
2021-08-02 14:03:33 +01:00
8861dd2401
Merges with master
2021-08-01 15:40:34 +01:00
675b0f1ec8
implements multiple needles in expect()->toContain()
2021-07-31 18:29:03 +02: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
00b4bb6305
Merge branch 'master' into fix-missing-dataset-errors
2021-07-21 21:26:33 -05: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
3c2c767e09
Updates snapshot
2021-06-24 21:35:16 +01:00
82bd836ae9
Merge branch 'master' into fix-missing-dataset-errors
2021-06-21 19:50:15 -05:00
99bcf98617
Rebuilds snapshots
2021-06-18 22:03:01 +01:00
8a384a6d65
Merge fixes
2021-06-18 21:46:57 +01:00
3afdedbd3f
Snapshots
2021-06-18 13:11:37 +02:00
de86598c0d
Merge branch 'master' into fix-missing-dataset-errors
2021-06-16 21:36:42 -05:00
a5ce2dc1a1
Reimplements the new toHaveArray features.
2021-06-16 20:27:36 +01:00
e21e3080e0
test: add new exception check & update snapshots
2021-06-16 14:04:50 -05:00
c07cd8c252
feat: move Expectations API out of external plugin
2021-06-15 17:10:21 +01:00
ea696f819e
feat: move Coverage out of external plugin
2021-06-15 14:26:57 +01:00