Exemplo n.º 1
0
 public function test_application_model()
 {
     $application = App\Application::find(1);
     $runs = $application->runs;
     $this->assertNotNull($runs);
 }