database1(), 'Yield', [ ['Tree', 'Height', 'Height'], ['=Apple', '>10', '<16'], ['=Pear', null, null], ], ], [ 36, $this->database2(), 'Score', [ ['Name', 'Date'], ['Gary', '05-Jan-2017'], ], ], [ 8, $this->database2(), 'Score', [ ['Test', 'Date'], ['Test1', '<05-Jan-2017'], ], ], [ null, $this->database1(), null, $this->database1(), ], ]; } }