function testAutoriserOkNiet(){ $this->assertFalse(autoriser('niet')); $this->assertTrue(autoriser('ok')); }