File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public function testStringRepresentationIsReturned()
121121 {
122122 $ fixture = new Author ('Mike van Riel ' , 'mike@phpdoc.org ' );
123123
124- $ this ->assertSame ('Mike van Riel<mike@phpdoc.org> ' , (string )$ fixture );
124+ $ this ->assertSame ('Mike van Riel <mike@phpdoc.org> ' , (string )$ fixture );
125125 }
126126
127127 /**
@@ -132,7 +132,7 @@ public function testFactoryMethod()
132132 {
133133 $ fixture = Author::create ('Mike van Riel <mike@phpdoc.org> ' );
134134
135- $ this ->assertSame ('Mike van Riel<mike@phpdoc.org> ' , (string )$ fixture );
135+ $ this ->assertSame ('Mike van Riel <mike@phpdoc.org> ' , (string )$ fixture );
136136 $ this ->assertSame ('Mike van Riel ' , $ fixture ->getAuthorName ());
137137 $ this ->assertSame ('mike@phpdoc.org ' , $ fixture ->getEmail ());
138138 }
You can’t perform that action at this time.
0 commit comments