Skip to content

Commit 0ea924c

Browse files
committed
Localize images
1 parent 23c3cd2 commit 0ea924c

File tree

12 files changed

+5
-5
lines changed

12 files changed

+5
-5
lines changed

blog/assert-and-expect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Then we got to `Assert::greaterThan()`. In PHPUnit, the argument order is the sa
5959

6060
So if we want to say `$foo is greater than 42`, we have to write `greaterThan(42, $foo)`.
6161

62-
![greaterThan](/blog/assert-and-expect/img-2.png)
62+
![greaterThan](/blog/assert-and-expect/img-2.jpg)
6363

6464
Looks disgusting, since everywhere else we use mathematical notation like `$foo > 42`.
6565

blog/assert-and-expect/img-1.jpg

16.6 KB
Loading
653 KB
Loading

blog/assert-and-expect/img-2.jpg

655 KB
Loading

blog/assert-and-expect/img-2.png

-1.46 MB
Binary file not shown.
265 KB
Loading

blog/assert-and-expect/img-3.jpg

313 KB
Loading
1.09 MB
Loading

blog/assert-and-expect/img-4.jpg

-16.1 KB
Loading

blog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Latest news and articles about Testo.
44

55
## Articles
66

7-
- `2026-01-01` [Assert and Expect](./assert-and-expect) - The pitfalls of building assertion API
7+
- `2026-01-01` [Assert and Expect](./assert-and-expect)

0 commit comments

Comments
 (0)