public function testCount()
 {
     $this->assertEquals(self::POST_COUNT, PostRepository::count());
 }
Beispiel #2
0
 public function testLoaded()
 {
     $this->assertGreaterThan(0, PostRepository::count());
     $this->assertGreaterThan(0, PageRepository::count());
     $this->assertGreaterThan(0, PluginRepository::count());
 }