Skip to content

Commit 813f37b

Browse files
committed
docs: improve PHPStan integration blog post
1 parent 23b0d96 commit 813f37b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/blog/2024-06-21-phpstan-integration.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
date: '2024-06-21'
33
title: 'PHPStan integration'
4-
description: 'What a milestone! We finally made it into helping our friends from PHPStan. They started integrating bashunit in their end-to-end tests, which ended up creating a new feature, adding new assertions and improving multiline string comparisons.'
4+
description: 'What a milestone! We were finally able to help out our friends from PHPStan. They started integrating bashunit in their end-to-end tests, which ended up creating a new feature, adding new assertions and improving multiline string comparisons.'
55
coverUrl: '/covers/2024-06-21-phpstan-integration.jpg'
66
coverAlt: 'bashunit integrated into PHPStan'
77

@@ -40,3 +40,5 @@ Here is an example of the [result](https://github.com/phpstan/phpstan-src/pull/3
4040
`./bashunit -a|--assert [...args]` allows you to call any [assertion](/assertions) outside the test runner, which means you can run them [standalone](/standalone).
4141

4242
Additionally, we discovered that multiline string comparison didn't work as expected, so we fixed that. And `@staabm` helped us adding a new assert function to check the number of lines within a string.
43+
44+
And now, all of these it is released from [0.13](https://github.com/TypedDevs/bashunit/releases) onwards! Enjoy!

0 commit comments

Comments
 (0)