Closed oxinabox closed 6 years ago
I got caught of guard just now, because all my tests are PKG/test/, and my references are in PKG/test/references/
PKG/test/
PKG/test/references/
But I ran my tests from PKG. And ended up creating a bunch of tests in PKG/references.
PKG
PKG/references
@__DIR__ should allow for this change
@__DIR__
interessting. I actually thought we used @__DIR__
I was doing something silly. I forgot I moved a file.
I got caught of guard just now, because all my tests are
PKG/test/
, and my references are inPKG/test/references/
But I ran my tests from
PKG
. And ended up creating a bunch of tests inPKG/references
.@__DIR__
should allow for this change