1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

refresh view in test

This commit is contained in:
Robin Appelman 2019-01-23 18:55:45 +01:00
commit 68f20ac903

View file

@ -77,6 +77,8 @@ class UserProviderTest extends TestCase {
'scout'
));
$this->getDatabaseConnection()->query('REFRESH MATERIALIZED VIEW name_list');
$result = $this->provider->search('Icewind');
$this->assertCount(1, $result);
$this->assertEquals($this->steamId->getSteamId64(), $result[0]->getSteamId());