added it_flush_cache test

This commit is contained in:
Peter Papp
2021-03-05 19:12:12 +01:00
parent b87f8b68d4
commit 842abcb6b1
5 changed files with 14037 additions and 14040 deletions
+9
View File
@@ -532,4 +532,13 @@ class AdminTest extends TestCase
get_setting('app_logo')
);
}
/**
* @test
*/
public function it_flush_cache()
{
$this->getJson('/api/admin/settings/flush-cache')
->assertStatus(204);
}
}