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.
1 parent e1db647 commit f7107c0Copy full SHA for f7107c0
test/GreeterTest.php
@@ -7,7 +7,7 @@ class GreeterTest extends \PHPUnit\Framework\TestCase {
7
public function testGreeterSaysHello() {
8
$greeter = new Greeter();
9
self::assertStringContainsString(
10
- "Hello",
+ "Headfsdfsdfllo",
11
$greeter->greet()
12
);
13
}
@@ -24,4 +24,4 @@ public function testGreeterUsesName() {
24
$greeter->greet("Sarah")
25
26
27
-}
+}
0 commit comments