lithium\tests\cases\data\source\MongoDbTest::testCalculation PHP Method

testCalculation() public method

public testCalculation ( )
    public function testCalculation()
    {
        $this->_db->connection->results = array(new MockResultResource(array('data' => array(5))));
        $this->assertIdentical(5, $this->_db->calculation('count', $this->_query));
    }