2aa32569f0
fix: adjust snapshots
2025-07-25 21:06:49 -06:00
520a5fe29d
Merge branch '4.x' into 3.x
2025-07-26 03:56:09 +01:00
de4409e368
fix: before all
2025-07-25 20:54:37 -06:00
f9901245f1
updates dependencies and snapshots
2025-07-22 23:51:32 +01:00
e513f76ea9
Merge pull request #1256 from mazesec/add-slugify-method
...
Add slugify Method to Str Class and toBeSlug Assertion to Expectation Class
2025-07-22 23:08:15 +01:00
be9c95e3bc
feat: adds see
2025-07-22 23:06:43 +01:00
0355119afc
fix: snapshots feedback
2025-07-06 14:29:18 +01:00
af3fdceddb
feat: adds phpunit 12.2.5 support
2025-06-28 18:31:45 +01:00
3faeede1ef
chore: fixes snapshots
2025-06-28 18:24:19 +01:00
7fc69033f8
chore: adjusts style
2025-06-27 02:15:36 +01:00
ef76c04dbe
feat: adds fixture
2025-06-27 02:15:28 +01:00
0fc9d4dfe0
feat: adds phpunit 12.2.1 support
2025-06-08 15:29:23 +01:00
909d778da3
fix: undefined property
2025-05-21 02:00:15 +01:00
791734a29c
Fixes tests
2025-04-20 22:19:25 +01:00
4f6140fdb1
refactor: move test case initialization to a separate method in Testable trait
2025-04-20 15:37:02 +05:30
442a58d07f
refactor: comment arch presets in Arch.php
2025-04-20 15:19:56 +05:30
c6244a8712
Release 3.8.2
2025-04-17 11:53:02 +01:00
6080f51a0b
release: v3.8.1
2025-04-03 17:35:58 +01:00
42e1b9f17f
release: v3.8.0
2025-03-30 18:49:10 +01:00
003fc96e8f
release: 3.7.5
2025-03-29 17:48:00 +00:00
e46d499384
add tests for snapshots external to the tests directory
2025-03-19 16:33:44 +01:00
66ceb64faa
Updates tests
2025-02-03 13:36:47 +00:00
4a987d3d5c
release: 3.7.4
2025-01-23 14:03:29 +00:00
e4aab77a34
release: 3.7.3
2025-01-23 12:51:02 +00:00
709ecb1ba2
chore: adjusts tests
2025-01-19 17:35:09 +00:00
6afb36519d
release: 3.7.2
2025-01-19 17:16:25 +00:00
bf3178473d
release: 3.7.1
2024-12-12 11:52:01 +00:00
9688b83a3d
release: 3.7.0
2024-12-10 11:54:49 +00:00
145294a4a3
chore: style
2024-12-01 23:55:15 +00:00
c2cabaeae6
chore: fixes test suite
2024-12-01 23:16:34 +00:00
5d32dd0641
feat: option to coverage
2024-12-01 22:45:31 +00:00
982353fb38
release: 3.5.2
2024-12-01 21:28:14 +00:00
06a0bd9b0b
Bumps dependencies
2024-11-21 10:46:27 +00:00
179d46ce97
release: v3.5.1
2024-10-31 12:12:45 -04:00
eaeb133c77
release: v3.5.0
2024-10-22 15:33:27 +01:00
cf57ea1f94
Merge pull request #1295 from jshayes/nested-describe
...
Support for nested describe blocks
2024-10-22 13:41:38 +01:00
2903a7e621
release: v3.4.2
2024-10-20 12:47:25 +01:00
b8964375c7
release: v3.4.1
2024-10-20 12:43:35 +01:00
1bad148487
release: v3.4.0
2024-10-15 15:13:19 +01:00
6968094e2b
Add tests
2024-10-13 10:39:17 -04:00
cd2eb3504b
Add helper to get last element of array
2024-10-13 09:47:54 -04:00
7c639cdbbd
Add more tests
2024-10-13 00:41:04 -04:00
1513ede73b
release: v3.3.2
2024-10-12 12:36:44 +01:00
a6cd83665c
Execute all parent beforeEach and afterEach functions for each test
2024-10-11 23:51:18 -04:00
0c57142c03
Fix an issue where a describe block will prevent a beforeEach call from executing
2024-10-11 21:24:08 -04:00
1e3156a5b6
release: v3.3.1
2024-10-11 09:31:24 +01:00
0a7bff0d24
release: v3.3.0
2024-10-06 19:25:27 +01:00
1e0bb88b73
release: v3.2.5
2024-10-01 11:55:18 +01:00
1115c64186
chore: style changes
2024-10-01 11:48:14 +01:00
b8a1b7e5cc
Add tests for strict types expectation
...
Introduced new test cases to ensure strict type declaration handling. Files with and without strict types are tested, including scenarios with comments preceding the declaration. Updated the regex in `Expectation.php` to accommodate comments and whitespaces before the `declare(strict_types=1)` statement.
2024-09-28 17:31:33 +01:00