Skip to content

Commit 88dabc3

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent d950531 commit 88dabc3

File tree

2 files changed

+463
-121
lines changed

2 files changed

+463
-121
lines changed

changelog.markdown

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,50 @@ title: Codeception Changelog
99

1010

1111

12+
### lib-asserts 3.1.0: 3.1.0
13+
14+
Released by [![](https://avatars.githubusercontent.com/in/15368?v=4&s=16) github-actions[bot]](https://github.com/apps/github-actions) on 2025/12/22 08:25:52 / [Repository](https://github.com/Codeception/lib-asserts) / [Releases](https://github.com/Codeception/lib-asserts/releases)
15+
16+
17+
18+
# [3.1.0](https://github.com/Codeception/lib-asserts/compare/3.0.1...3.1.0) (2025-12-22)
19+
20+
21+
### Features
22+
23+
* add replacements for deprecated assertContainsOnly() and assertNotContainsOnly() ([[#19](https://github.com/Codeception/lib-asserts/issues/19)](https://github.com/Codeception/lib-asserts/issues/19)) ([8e161f3](https://github.com/Codeception/lib-asserts/commit/8e161f38a71cdf3dc638c5427df21c0f01f12d13))
24+
* `assertContainsNotOnlyArray()`
25+
* `assertContainsNotOnlyBool()`
26+
* `assertContainsNotOnlyCallable()`
27+
* `assertContainsNotOnlyFloat()`
28+
* `assertContainsNotOnlyInstancesOf()`
29+
* `assertContainsNotOnlyInt()`
30+
* `assertContainsNotOnlyIterable()`
31+
* `assertContainsNotOnlyNumeric()`
32+
* `assertContainsNotOnlyObject()`
33+
* `assertContainsNotOnlyResource()`
34+
* `assertContainsNotOnlyClosedResource()`
35+
* `assertContainsNotOnlyScalar()`
36+
* `assertContainsNotOnlyString()`
37+
* `assertContainsOnlyArray()`
38+
* `assertContainsOnlyBool()`
39+
* `assertContainsOnlyCallable()`
40+
* `assertContainsOnlyFloat()`
41+
* `assertContainsOnlyInt()`
42+
* `assertContainsOnlyIterable()`
43+
* `assertContainsOnlyNumeric()`
44+
* `assertContainsOnlyObject()`
45+
* `assertContainsOnlyResource()`
46+
* `assertContainsOnlyClosedResource()`
47+
* `assertContainsOnlyScalar()`
48+
* `assertContainsOnlyString()`
49+
* drop support for php 8.5 [[#18](https://github.com/Codeception/lib-asserts/issues/18)](https://github.com/Codeception/lib-asserts/pull/18)
50+
51+
52+
53+
54+
55+
1256
### module-yii2 v2.0.5: v2.0.5
1357

1458
Released by [![](https://avatars.githubusercontent.com/u/47294?v=4&s=16) samdark](https://github.com/samdark) on 2025/12/18 19:07:02 / [Repository](https://github.com/Codeception/module-yii2) / [Releases](https://github.com/Codeception/module-yii2/releases)

0 commit comments

Comments
 (0)