We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b14bec4 + e915a03 commit 334c418Copy full SHA for 334c418
README.md
@@ -15,7 +15,7 @@ AspectMock allows you to stub and mock practically anything in your PHP code!
15
16
## Motivation
17
18
-PHP as a language that was not designed to be testable. Really.
+PHP is a language that was not designed to be testable. Really.
19
How would you fake the `time()` function to produce the same result for each test call?
20
Is there any way to stub a static method of a class? Can you redefine a class method at runtime?
21
Dynamic languages like Ruby or JavaScript allow us to do this.
0 commit comments