diff --git a/.gitattributes b/.gitattributes index 01f0d7c..656efee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,5 @@ /composer.json export-ignore /.travis.yml export-ignore /.travis export-ignore -/auth.json export-ignore +/tests export-ignore +/auth.json export-ignore \ No newline at end of file diff --git a/tests/Util/MethodLog.php b/src/MethodLog.php similarity index 98% rename from tests/Util/MethodLog.php rename to src/MethodLog.php index 1e24f11..772e60d 100644 --- a/tests/Util/MethodLog.php +++ b/src/MethodLog.php @@ -1,7 +1,7 @@