public static function getSubStatementWithMboxAgentObject()
 {
     return new SubStatement(ActorFixtures::getTypicalAgent(), VerbFixtures::getTypicalVerb(), ActorFixtures::getMboxAgent());
 }
예제 #2
0
 public static function getMboxAgentInstructorContext()
 {
     $context = new Context();
     return $context->withInstructor(ActorFixtures::getMboxAgent());
 }