Beispiel #1
0
 /**
  * Test that the getStatement() method defaults to returning NULL
  */
 public function testThatGetStatementDefaultsToReturningNull()
 {
     $group = new Group();
     $this->assertNull($group->getStatement());
 }