nuno maduro
df3205e814
Merge pull request #1554 from pindab0ter/feature/extend-closure-this
...
Specify closure this for extend
2026-01-13 01:19:47 +00:00
Nuno Maduro
477d20a54f
release: 4.1.3
2025-10-29 22:45:27 +00:00
Hans van Luttikhuizen-Ross
b7b16096db
Specify closure this for extend
2025-10-29 11:20:08 +01:00
Nuno Maduro
4c88590b89
feat: not.toHaveSuspiciousCharacters
2025-07-26 07:47:00 -06:00
nuno maduro
da04ba62a8
Merge pull request #1287 from mortenscheel/patch-1
...
Add toNotIncludeSuspiciousCharacters() expectation
2025-07-26 04:30:22 +01:00
nuno maduro
ee70a3cfea
Merge pull request #1319 from pestphp/allow-custom-arch-expectations
...
Allow custom arch expectations
2025-07-26 04:23:49 +01:00
Nuno Maduro
c6244a8712
Release 3.8.2
2025-04-17 11:53:02 +01:00
olivernybroe
5331b44a18
Allow custom arch expectations
2024-11-20 11:54:36 +01:00
Morten Scheel
dd7d150caa
Add toNotIncludeSuspiciousCharacters() expectation
2024-10-04 13:44:10 +02:00
Simon Rogers
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
Nuno Maduro
970e16e949
Ignores
2024-09-23 14:08:30 +01:00
Nuno Maduro
432ff221c6
fix: missing != and !== on new toUseStrictEquality arch expectation
2024-09-23 14:08:21 +01:00
Nuno Maduro
a55da85dd2
release: v3.2.0
2024-09-23 13:14:03 +01:00
Nuno Maduro
e6823679dd
feat: adds not->toHavePrivateMethods and related
2024-09-04 11:18:41 +01:00
Nuno Maduro
e2d360b1b5
chore: adjusts tests
2024-09-03 14:09:03 +01:00
Nuno Maduro
dde943b993
refacto: toHaveMethod and toHaveMethods
2024-09-02 19:38:38 +01:00
Nuno Maduro
2c6c3119d2
Merge branch '2.x' into 3.x
2024-08-22 21:21:52 +01:00
Nuno Maduro
cbcfa2c5e2
Merge pull request #1100 from faissaloux/fix-use-strict-types
...
Fix `toUseStrictTypes`
2024-08-22 20:32:21 +01:00
Nuno Maduro
b6bf01148f
feat: toHavePrivateMethodsBesides, toHaveProtectedMethodsBesides, toHavePublicMethodsBesides
2024-08-09 00:24:24 +01:00
Nuno Maduro
33d36d77cb
Merge branch '2.x' into 3.x
2024-08-02 23:53:26 +01:00
Nuno Maduro
5e41e546a0
chore: style changes
2024-08-02 11:53:24 +01:00
Nuno Maduro
45cce6ce93
Style
2024-07-24 21:54:52 +01:00
Nuno Maduro
101e26749a
fix: properties and methods documented
2024-07-20 17:45:41 +01:00
Nuno Maduro
b3c8c24aea
Reworks
2024-07-20 14:15:28 +01:00
Dan Mason
ef29b4f091
Include method name in toHaveMethod error message
2024-07-19 15:30:43 +01:00
Nuno Maduro
a7553b7593
feat(to-have-all*): improvements
2024-07-19 14:32:46 +01:00
Nuno Maduro
f2691623cf
feat: toHaveAllMethodsDocumented and toHaveAllPropertiesDocumented
2024-07-19 14:03:59 +01:00
Nuno Maduro
99107544ff
chore: fixes types
2024-07-18 20:45:47 +01:00
Nuno Maduro
2e411893d2
feat: adds toHaveLineCountLessThan
2024-07-18 20:43:39 +01:00
Nuno Maduro
0331a87be1
feat: adds toHaveFileSystemPermissions expectation
2024-07-14 23:16:04 +01:00
Nuno Maduro
ee32f25485
feat: pr and issue
2024-07-04 00:53:58 +01:00
Nuno Maduro
474b9b7e17
chore: adjusts tests
2024-06-27 01:41:34 +01:00
Nuno Maduro
9d02b649e2
feat: adds toUseTraits expectation
2024-06-25 21:56:08 +01:00
faissaloux
1b64fef7ba
fix toUseStrictTypes
2024-02-21 16:58:40 +01:00
Nuno Maduro
cb1735f4d8
fix: removes process-isolation from --help output
2024-01-25 17:27:03 +00:00
Nuno Maduro
607a4906ac
Merge pull request #1006 from JonPurvis/to-be-backed-enum-expectation
...
[2.x] Add `toBeStringBackedEnum()` and `toBeIntBackedEnum()` Architecture Expectations
2024-01-25 17:09:23 +00:00
Nuno Maduro
95cd550524
fix: pipes not allowing to modify original value
2024-01-25 16:10:16 +00:00
Nick Harris
e27d2e7394
Fix typo in toBeClass
2023-12-23 00:36:41 +00:00
Nuno Maduro
453133d382
chore: code style changes
2023-12-15 11:42:09 +00:00
Allan Mariucci Carvalho
c743b10a87
Update Expectation.php
...
Removed @internal phpdoc
2023-11-23 13:15:50 -03:00
JonPurvis
2e01776272
add to be backed enum expectation
2023-11-18 03:31:35 +00:00
JonPurvis
6c73a3d90b
initial commit
2023-09-18 01:00:50 +01:00
AJ Meireles
3927177b23
finishing the code
2023-09-05 20:36:18 -03:00
Nuno Maduro
0fc232bbc7
Merge pull request #934 from hungthai1401/to_have_attribute_expectation
...
[2.x] Add `toHaveAttribute` expectation
2023-09-03 23:18:47 +01:00
Ludovic Guénet
b9b90295fa
Update Expectation.php
...
Typo
2023-09-01 18:39:37 +02:00
ludoguenet
9dabecacbf
Add toHaveMethod arch expectation
2023-09-01 18:32:40 +02:00
Thai Nguyen Hung
e69899559d
refactor: generic attribute
2023-08-24 15:23:13 +07:00
Thai Nguyen Hung
678898efe7
feat: toHaveAttribute expectation
2023-08-24 14:26:54 +07:00
Nuno Maduro
206548af2b
Merge pull request #895 from cerbero90/feature/traversable-sequence
...
[2.x] Add support for nested traversable in sequence
2023-08-19 09:38:46 +00:00
Maurizio
f8dd286213
chore: skip array list
2023-08-19 10:27:02 +02:00