Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
995
Widok
0
01/09/2020 3:06 pm
Topic starter
cant assert string
1 Answer
0
01/09/2020 3:07 pm
Topic starter
maybe temp workaround?
$response = $this->json('GET', '/data/ajax/search', ['term' => 'my_term']); $text = print_r(json_decode($response->getContent()),true); $this->assertStringContainsString('neeedle search',$text);