assertContains('p', RestrictedNames::get()); $this->assertContains('admin', RestrictedNames::get()); $this->assertNotContains('dansup', RestrictedNames::get()); $this->assertNotContains('lain', RestrictedNames::get()); } }