File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function setUp()
1818 $ this ->notification = new TestNotification ;
1919 $ this ->notifiable = new TestNotifiable ;
2020 $ this ->guzzle = Mockery::mock (new Client ());
21- $ this ->client = Mockery::mock (new CmsmsClient ($ this ->guzzle , '00000FFF-0000-F0F0-F0f0 -FFFFFFFFFFFF ' ));
21+ $ this ->client = Mockery::mock (new CmsmsClient ($ this ->guzzle , '00000FFF-0000-F0F0-F0F0 -FFFFFFFFFFFF ' ));
2222 $ this ->channel = new CmsmsChannel ($ this ->client );
2323 }
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function setUp()
1818 parent ::setUp ();
1919 $ this ->app ['config ' ]['services.cmsms.originator ' ] = 'My App ' ;
2020 $ this ->guzzle = Mockery::mock (new Client ());
21- $ this ->client = Mockery::mock (new CmsmsClient ($ this ->guzzle , '00000FFF-0000-F0F0-F0f0 -FFFFFFFFFFFF ' ));
21+ $ this ->client = Mockery::mock (new CmsmsClient ($ this ->guzzle , '00000FFF-0000-F0F0-F0F0 -FFFFFFFFFFFF ' ));
2222 $ this ->message = (new CmsmsMessage ('Message content ' ))->originator ('APPNAME ' );
2323 }
2424
You can’t perform that action at this time.
0 commit comments