Home
last modified time | relevance | path

Searched refs:setupTestEnvironment (Results 1 – 4 of 4) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/searchstore/
H A Dsearch_test.go33 db := setupTestEnvironment(t)
75 db := setupTestEnvironment(t)
121 db := setupTestEnvironment(t)
151 func setupTestEnvironment(t *testing.T) *sqlstore.SQLStore { func
/dports/www/grafana8/grafana-8.3.6/pkg/api/
H A Dfrontendsettings_test.go22 func setupTestEnvironment(t *testing.T, cfg *setting.Cfg) (*web.Mux, *HTTPServer) { func
75 m, hs := setupTestEnvironment(t, cfg)
/dports/www/matomo/piwik/plugins/DBStats/
H A DDBStats.php36 public function setupTestEnvironment($environment) function in Piwik\\Plugins\\DBStats\\DBStats
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/intermediate/
H A DIFTestCase.java74 public static void setupTestEnvironment() { in setupTestEnvironment() method in IFTestCase