Bug 11425: Add unit tests
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 29 Nov 2013 10:34:46 +0000 (11:34 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 4 Nov 2014 22:10:28 +0000 (19:10 -0300)
commit62aa8aeb92cb5269a03b5c69fe02042f6202c8e2
treec3acb96a58681287fcc97a95c3b46c1fe42a83ea
parent7c2ff7940e0b579f6d882abd03c75c4fd191bcb1
Bug 11425: Add unit tests

package Koha::Item::Search::Field
function C4::SQLHelper::GetColumns
function C4::Items::SearchItems

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tests run without error

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Items.pm
Koha/Item/Search/Field.pm
t/db_dependent/Items.t
t/db_dependent/Koha/Item/Search/Field.t [new file with mode: 0755]
t/db_dependent/SQLHelper.t