Skip to content

Commit 334c418

Browse files
committed
Merge pull request #81 from edsonmedina/patch-1
Typo
2 parents b14bec4 + e915a03 commit 334c418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AspectMock allows you to stub and mock practically anything in your PHP code!
1515

1616
## Motivation
1717

18-
PHP as a language that was not designed to be testable. Really.
18+
PHP is a language that was not designed to be testable. Really.
1919
How would you fake the `time()` function to produce the same result for each test call?
2020
Is there any way to stub a static method of a class? Can you redefine a class method at runtime?
2121
Dynamic languages like Ruby or JavaScript allow us to do this.

0 commit comments

Comments
 (0)