Esempio n. 1
0
 public function testAssertClassName()
 {
     $schema = new ParseSchema();
     $this->setExpectedException('\\Exception', 'You must set a Class Name before make any request.');
     $schema->assertClassName();
 }