Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
ZendSearch
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace oat\tao\model\search\zend;
4
5/**
6 * Placeholder class for the moved ZendSearch implementation
7 * Because of the way 3.0 stores configurations, else we get a hard
8 * php Error when trying to load the config and upoate script fails
9 *
10 * @author Joel Bout
11 */
12class ZendSearch
13{
14}