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 68d2990 commit a2c2137Copy full SHA for a2c2137
1 file changed
test/phpunit/View/NullViewTest.php
@@ -8,8 +8,7 @@
8
class NullViewTest extends TestCase {
9
public function testCreateViewModel_returnsEmptyStringPlaceholder():void {
10
$sut = new NullView($this->newRecordingStream());
11
-
12
- self::assertSame("", $sut->createViewModel());
+ self::assertNull($sut->createViewModel());
13
}
14
15
private function newRecordingStream():StreamInterface {
0 commit comments