b22f5e0c85
adds test for CI env runs
2021-09-22 10:38:21 +02: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
3dd10b3c7c
change test
2021-09-16 18:09:59 +03:00
536ce1eca0
Update snapshots
2021-09-03 04:40:48 -04:00
4331b2aaf6
Add toHaveProperties
2021-09-03 04:26:57 -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
dbf3c0a8cf
Merge pull request #361 from kbond/throw-expectation
...
Add `toThrow` expectation
2021-08-26 21:02:38 +01:00
5c84b0c6d3
The getFilenames method now respects only calls.
2021-08-13 11:07:52 +01:00
2887d212e3
CS fix
2021-08-13 10:30:26 +01:00
cadae52d5d
Updates snapshots
2021-08-13 10:29:21 +01:00
d9749ca65b
Adds a method for getting all filenames
2021-08-13 10:26:38 +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
bcab4224fb
Skips a test that doesn't support parallel.
2021-08-10 14:24:34 +01:00
ef503646ee
Removes parallel classes.
2021-08-10 11:30:48 +01:00
1d4c1a5359
update snapshots
2021-08-07 08:22:31 +03:00
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