Skip to content

Instantly share code, notes, and snippets.

View doppiogancio's full-sized avatar

Fabrizio Gargiulo doppiogancio

View GitHub Profile
@pedrofaria
pedrofaria / XML-PHPUnit.xml.groovy
Created April 10, 2018 15:33
PHPStorm - Generate database fixture file for Integration Tests
/*
* Available context bindings:
* COLUMNS List<DataColumn>
* ROWS Iterable<DataRow>
* OUT { append() }
* FORMATTER { format(row, col); formatValue(Object, col) }
* TRANSPOSED Boolean
* plus ALL_COLUMNS, TABLE, DIALECT
*
* where: