diff options
author | Michal Čihař <michal@cihar.com> | 2017-01-21 11:43:02 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-01-21 11:43:02 +0100 |
commit | cd205b18e578f7acf45d45516691078826a6b097 (patch) | |
tree | 9e74dda9328f46796cd5bf8d2852ea567f5ed021 | |
parent | 013a50255fe6e822a5bc89a16c50e6a505d5498d (diff) | |
download | sql-parser-cd205b18e578f7acf45d45516691078826a6b097.zip sql-parser-cd205b18e578f7acf45d45516691078826a6b097.tar.gz sql-parser-cd205b18e578f7acf45d45516691078826a6b097.tar.bz2 |
Bring back tests to composer packages
See discussion at
https://github.com/phpmyadmin/sql-parser/commit/5e9ed9878aa9335c32597e42f88bfce256075bf6
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 63c9828..f41aa53 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -/tests export-ignore /tools export-ignore .gitattributes export-ignore .gitignore export-ignore |