Microweber\tests\DbTest::testSimpleCount PHP Method

testSimpleCount() public method

public testSimpleCount ( )
    public function testSimpleCount()
    {
        $content_count = db_get('content', 'count=true');
        $this->assertTrue($content_count > 0);
        $this->assertTrue(is_int($content_count));
    }