oreolek
/
news-script
Archived
1
0
Fork 0

assert description is a string and empty

This commit is contained in:
Alexander Yakovlev 2018-09-24 13:09:24 +07:00
parent 12e144e258
commit 3c15c10740
1 changed files with 1 additions and 0 deletions

View File

@ -45,5 +45,6 @@ class ItchTest extends TestCase
$this->assertSame($game->url, $url);
$this->assertSame($game->title, 'Spider And Web');
$this->assertSame($game->author, 'zarf');
$this->assertSame($game->description, '');
}
}