/**
  * @test
  * @expectedException \Exception
  */
 public function it_should_throw_an_exception_if_included_in_a_non_eloquent_model()
 {
     /**
      *
      * Set
      *
      */
     \Dummy::getProxy();
 }