Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 79... Línea 79...
79
        array $fieldlist,
79
        array $fieldlist,
80
        string $primarykey,
80
        string $primarykey,
81
        string $fieldprefix,
81
        string $fieldprefix,
82
        string $tablealias,
82
        string $tablealias,
83
        string $expected
83
        string $expected
84
    ) {
84
    ): void {
85
        $dbman = $this->tdb->get_manager();
85
        $dbman = $this->tdb->get_manager();
Línea 86... Línea 86...
86
 
86
 
87
        $xmldbtable = new xmldb_table($tablename);
87
        $xmldbtable = new xmldb_table($tablename);
Línea 163... Línea 163...
163
        array $fieldlist,
163
        array $fieldlist,
164
        string $primarykey,
164
        string $primarykey,
165
        string $fieldprefix,
165
        string $fieldprefix,
166
        \stdClass $result,
166
        \stdClass $result,
167
        \stdClass $expected
167
        \stdClass $expected
168
    ) {
168
    ): void {
169
        $dbman = $this->tdb->get_manager();
169
        $dbman = $this->tdb->get_manager();
Línea 170... Línea 170...
170
 
170
 
171
        $tablename = 'test_table_extraction';
171
        $tablename = 'test_table_extraction';
172
        $xmldbtable = new xmldb_table($tablename);
172
        $xmldbtable = new xmldb_table($tablename);
Línea 199... Línea 199...
199
        array $fieldlist,
199
        array $fieldlist,
200
        string $primarykey,
200
        string $primarykey,
201
        string $fieldprefix,
201
        string $fieldprefix,
202
        string $tablealias,
202
        string $tablealias,
203
        string $expected
203
        string $expected
204
    ) {
204
    ): void {
205
        $dbman = $this->tdb->get_manager();
205
        $dbman = $this->tdb->get_manager();
Línea 206... Línea 206...
206
 
206
 
207
        $tablename = 'test_table_extraction';
207
        $tablename = 'test_table_extraction';
208
        $xmldbtable = new xmldb_table($tablename);
208
        $xmldbtable = new xmldb_table($tablename);