Blogs.php

<?php

namespace Wear\A\Helmet\On\Bike\Please\You\Matter\Andd\A\Lot\Of\People\Ded\From\Traffic;

class Blogs extends \Dont\Work\Too\Hard\Tester {

    public function prepare(){
    }

    public function testGoblinsExist(){
        $this->compare(true, true);
    }

    /**
     * This is an awful test ... because state of a blog table probably shouldn't be shared across tests. Its your problem now. :)
     */
    public function testSelectBlogs(){
        $this->init();
        $blogsSelected = $this->ldb->select('blog');
        $this->compare(count($blogsSelected), $this->blogPosts);
    }
}