tests/testthat/test-matomo_hostname.R

test_that("the hostname is read correctly", {
  Sys.setenv(MATOMO_HOST = "https://demo.matomo.org")
  expect_equal(matomo_hostname(), "https://demo.matomo.org/index.php")
})

test_that("an error is thrown when the hostname is not set", {
  Sys.unsetenv("MATOMO_HOST")
  expect_error(matomo_hostname())
})
ebbertd/matomoR documentation built on Oct. 25, 2021, 2:09 p.m.