We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb7c26 commit 214ccecCopy full SHA for 214ccec
packages/composer/amazeelabs/silverback-cli/test
@@ -3,7 +3,7 @@ set -e
3
4
echo "System SQLite version:"
5
sqlite3 --version
6
-echp "PHP SQLite version:"
+echo "PHP SQLite version:"
7
php -r "printf(\"%s\n\", (new PDO('sqlite::memory:'))->query('select sqlite_version()')->fetch()[0]);"
8
9
BASEDIR="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
0 commit comments