Add debug for travis

This commit is contained in:
Romain Neutron
2012-05-22 21:06:53 +02:00
parent 64c242c291
commit e96c2ccda6

View File

@@ -176,7 +176,8 @@ class databox_field implements cache_cacheableInterface
echo "create tag from " . $row['src'] . " for id $id - name is " . $row['name'] . "\n";
$this->tag = self::loadClassFromTagName($row['src']);
var_dump($this->tag);
$this->name = $row['name'];
$this->indexable = ! ! $row['indexable'];
$this->readonly = ! ! $row['readonly'];