Exemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testOneFailsCorrectly()
 {
     $m1 = Blueprint::make('Model1', ['str1' => 'testonefail']);
     $m1 = Blueprint::make('Model1', ['str1' => 'testonefail']);
     Model1::one(['str1' => 'testonefail']);
 }