Author: Tim Wagner (tw@appserver.io)
Inheritance: extends AbstractService
コード例 #1
0
 /**
  * Test if the load() method returns the NULL for an invalid primary key.
  *
  * @return null
  */
 public function testLoadWithInvalidPrimaryKey()
 {
     $this->assertNull($this->service->load('invalidPrimaryKey'));
 }