We've been getting some warnings caused by a comma rather than a semicolon after a resource. Surprisingly, this typo does not appear to to cause any harm beyond a warning. I have added a check to resource() to die with a more helpful error.
The test I have added appears to break other tests if not placed last. I am unsure why.
Hello,
We've been getting some warnings caused by a comma rather than a semicolon after a
resource
. Surprisingly, this typo does not appear to to cause any harm beyond a warning. I have added a check toresource()
to die with a more helpful error.The test I have added appears to break other tests if not placed last. I am unsure why.