From 9f580351846133b2401d41a70bf652cc08db80e0 Mon Sep 17 00:00:00 2001 From: Paul Water Date: Fri, 30 Dec 2022 07:01:15 +0100 Subject: [PATCH] Use GitHub workflows (kind of). --- .gitattributes | 4 +--- .scrutinizer.yml | 23 ----------------------- test/etc/columns.txt | 14 +++++++++++++- 3 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.gitattributes b/.gitattributes index e76370b..6251288 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,6 @@ /.gitattributes export-ignore /.gitignore export-ignore -/.scrutinizer.yml export-ignore -/.travis.yml export-ignore +/README.md export-ignore /build.xml export-ignore /phpunit.xml export-ignore -/README.md export-ignore /test/ export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 9d44cc9..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,23 +0,0 @@ -filter: - dependency_paths: - - "vendor/" - excluded_paths: - - 'test/' - -build: - environment: - php: - version: '7.4' - pecl_extensions: - - inotify - - project_setup: - before: - - export PLAISIO_CONFIG_DIR=test - - ./bin/phing kernel - - nodes: - analysis: - tests: - override: - - php-scrutinizer-run diff --git a/test/etc/columns.txt b/test/etc/columns.txt index c173c7b..2215b48 100644 --- a/test/etc/columns.txt +++ b/test/etc/columns.txt @@ -226,7 +226,7 @@ information_schema.COLUMNS.CHARACTER_SET_NAME 32 information_schema.COLUMNS.COLLATION_NAME 32 information_schema.COLUMNS.COLUMN_TYPE 4294967295 information_schema.COLUMNS.COLUMN_KEY 3 -information_schema.COLUMNS.EXTRA 30 +information_schema.COLUMNS.EXTRA 80 information_schema.COLUMNS.PRIVILEGES 80 information_schema.COLUMNS.COLUMN_COMMENT 1024 information_schema.COLUMNS.IS_GENERATED 6 @@ -1164,3 +1164,15 @@ test.AUT_PAGE_TAB.ptb_id 3 test.AUT_PAGE_TAB.wrd_id 5 test.AUT_PAGE_TAB.ptb_label 30 +test_audit.TABLE1.c1 3 +test_audit.TABLE1.c2 5 +test_audit.TABLE1.c4 20 + +test_audit.TABLE2.c1 10 +test_audit.TABLE2.c2 20 +test_audit.TABLE2.c3 30 + +test_data.TABLE1.c1 3 +test_data.TABLE1.c2 5 +test_data.TABLE1.c4 20 +