History log of /plugin/struct/_test/StructTest.php (Results 1 – 20 of 20)
Revision Date Author Comments
# 150f5bc9 14-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Adjust tests for named parameters in SQL


# f1812f0b 12-Jul-2023 Andreas Gohr <andi@splitbrain.org>

added filter for AggregationFilter::getAllColumnValues()

Also renames Filter to AggregationFilter


# 8fed17f3 05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

clean up for the tests

This mostly corrects file and class names for PSR-2. Function names have
not been adjusted yet


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 7784f3c1 11-Apr-2021 Frieder Schrempf <dev@fris.de>

Add type hints for setUp() and tearDown() in unit tests

This fixes the compatibility with the implementation in the
DokuWikiTest class, that was changed in splitbrain/dokuwiki@1c33cec37215d0c964cf96

Add type hints for setUp() and tearDown() in unit tests

This fixes the compatibility with the implementation in the
DokuWikiTest class, that was changed in splitbrain/dokuwiki@1c33cec37215d0c964cf961bdbc49ae7db3657e6

Signed-off-by: Frieder Schrempf <dev@fris.de>

show more ...


# 777be84f 20-Jul-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix tests: updating global data


# 308cc83f 14-May-2020 Andreas Gohr <andi@splitbrain.org>

refactoring names

To avoid confusion with the Lookup type, the three different ways of
accessing a schema have now the following names:

* page data - for revisioned struct data attached to a page
*

refactoring names

To avoid confusion with the Lookup type, the three different ways of
accessing a schema have now the following names:

* page data - for revisioned struct data attached to a page
* serial data - for an unrevisioned list of struct data attached to a
page
* global data - for an unrevisioned list of struct data not attached to
any page (formaly known as lookup schema)

The editor mechanism used for serial and global data is now called
AggregationEditor

Some reference to lookup schemas is still in the bureaucracy support
part.

show more ...


# 4cd5cc28 07-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Introduce new factory methods for data access and deprecate old ones


# 7f803aa8 07-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix data access for lookup types


# 9f6c16ba 05-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

use parent waitForTick if available


# 025cb9da 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

made Assignments singleton. fixes #163


# 6f023786 15-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

first test for new Dropdown features


# b1758b8f 11-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'master' into lookups

* master:
output the key not value for unknown option in ConfigParser
media fields need unique IDs. fixes #152
fixed references to old Integer type
removed

Merge branch 'master' into lookups

* master:
output the key not value for unknown option in ConfigParser
media fields need unique IDs. fixes #152
fixed references to old Integer type
removed Integer type
Version upped
fixed problem with multicolumns and made the param name clearer
added missing schema file
when Page uses titles, sorting should use title #146
Decimal type needs to type cast for order and compare #146
make sure pages are assigned in tests
give types a way to influence sorting
add slight shadow for aggregation images
Fixed multi fields for inline editor
test wildcard adding in Search

show more ...


# add73e0a 09-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

make sure pages are assigned in tests


# 94c9aa4c 08-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

renamed SchemaData and SchemaLookupData

This is to reflect that they no longer inherit from Schema


# ea9843dc 08-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fix all the tests for the recent change regarding SchemaData

I'm not to happy with the SchemaDataNoDB class and its use
SchemaDataSQL.test - it seems hacky, but works for now.


# df30dbf7 14-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

tests for where


# ba766201 28-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


# 9d580426 24-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

refacored tests to use StructTest as base class

this makes schema setup and data loading much easier and gets rid of a
lot of duplicate code


# 28318177 24-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

new base type for testing

introduces helper functions and basic setup. needs to be introduced to
all the tests, yet.