@@ -168,7 +168,7 @@ public function yieldsOrderItemsAtSetIntervals()
168
168
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_1 ->orderable_type );
169
169
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_1 ->owner_type );
170
170
$ this ->assertSame (1 , $ item_1 ->orderable_id );
171
- $ this ->assertSame (1 , $ item_1 ->owner_id );
171
+ $ this ->assertEquals (1 , $ item_1 ->owner_id );
172
172
$ this ->assertSame ("Monthly payment " , $ item_1 ->description );
173
173
$ this ->assertSame (null , $ item_1 ->description_extra_lines );
174
174
$ this ->assertSame ("EUR " , $ item_1 ->currency );
@@ -193,7 +193,7 @@ public function yieldsOrderItemsAtSetIntervals()
193
193
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_2 ->orderable_type );
194
194
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_2 ->owner_type );
195
195
$ this ->assertSame (1 , $ item_2 ->orderable_id );
196
- $ this ->assertSame (1 , $ item_2 ->owner_id );
196
+ $ this ->assertEquals (1 , $ item_2 ->owner_id );
197
197
$ this ->assertSame ("Monthly payment " , $ item_2 ->description );
198
198
$ this ->assertSame (null , $ item_2 ->description_extra_lines );
199
199
$ this ->assertSame ("EUR " , $ item_2 ->currency );
@@ -219,7 +219,7 @@ public function yieldsOrderItemsAtSetIntervals()
219
219
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_3 ->orderable_type );
220
220
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_3 ->owner_type );
221
221
$ this ->assertSame (1 , $ item_3 ->orderable_id );
222
- $ this ->assertSame (1 , $ item_3 ->owner_id );
222
+ $ this ->assertEquals (1 , $ item_3 ->owner_id );
223
223
$ this ->assertSame ("Monthly payment " , $ item_3 ->description );
224
224
$ this ->assertSame (null , $ item_3 ->description_extra_lines );
225
225
$ this ->assertSame ("EUR " , $ item_3 ->currency );
@@ -252,7 +252,7 @@ public function yieldsOrderItemsAtSetIntervalsWithIntervalGenerator()
252
252
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_1 ->orderable_type );
253
253
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_1 ->owner_type );
254
254
$ this ->assertSame (1 , $ item_1 ->orderable_id );
255
- $ this ->assertSame (1 , $ item_1 ->owner_id );
255
+ $ this ->assertEquals (1 , $ item_1 ->owner_id );
256
256
$ this ->assertSame ("Monthly payment " , $ item_1 ->description );
257
257
$ this ->assertSame (null , $ item_1 ->description_extra_lines );
258
258
$ this ->assertSame ("EUR " , $ item_1 ->currency );
@@ -277,7 +277,7 @@ public function yieldsOrderItemsAtSetIntervalsWithIntervalGenerator()
277
277
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_2 ->orderable_type );
278
278
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_2 ->owner_type );
279
279
$ this ->assertSame (1 , $ item_2 ->orderable_id );
280
- $ this ->assertSame (1 , $ item_2 ->owner_id );
280
+ $ this ->assertEquals (1 , $ item_2 ->owner_id );
281
281
$ this ->assertSame ("Monthly payment " , $ item_2 ->description );
282
282
$ this ->assertSame (null , $ item_2 ->description_extra_lines );
283
283
$ this ->assertSame ("EUR " , $ item_2 ->currency );
@@ -303,7 +303,7 @@ public function yieldsOrderItemsAtSetIntervalsWithIntervalGenerator()
303
303
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_3 ->orderable_type );
304
304
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_3 ->owner_type );
305
305
$ this ->assertSame (1 , $ item_3 ->orderable_id );
306
- $ this ->assertSame (1 , $ item_3 ->owner_id );
306
+ $ this ->assertEquals (1 , $ item_3 ->owner_id );
307
307
$ this ->assertSame ("Monthly payment " , $ item_3 ->description );
308
308
$ this ->assertSame (null , $ item_3 ->description_extra_lines );
309
309
$ this ->assertSame ("EUR " , $ item_3 ->currency );
@@ -336,7 +336,7 @@ public function yieldsOrderItemsAtSetIntervalsWithIntervalGeneratorLastDayOfTheM
336
336
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_1 ->orderable_type );
337
337
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_1 ->owner_type );
338
338
$ this ->assertSame (1 , $ item_1 ->orderable_id );
339
- $ this ->assertSame (1 , $ item_1 ->owner_id );
339
+ $ this ->assertEquals (1 , $ item_1 ->owner_id );
340
340
$ this ->assertSame ("Monthly payment " , $ item_1 ->description );
341
341
$ this ->assertSame (null , $ item_1 ->description_extra_lines );
342
342
$ this ->assertSame ("EUR " , $ item_1 ->currency );
@@ -361,7 +361,7 @@ public function yieldsOrderItemsAtSetIntervalsWithIntervalGeneratorLastDayOfTheM
361
361
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_2 ->orderable_type );
362
362
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_2 ->owner_type );
363
363
$ this ->assertSame (1 , $ item_2 ->orderable_id );
364
- $ this ->assertSame (1 , $ item_2 ->owner_id );
364
+ $ this ->assertEquals (1 , $ item_2 ->owner_id );
365
365
$ this ->assertSame ("Monthly payment " , $ item_2 ->description );
366
366
$ this ->assertSame (null , $ item_2 ->description_extra_lines );
367
367
$ this ->assertSame ("EUR " , $ item_2 ->currency );
@@ -387,7 +387,7 @@ public function yieldsOrderItemsAtSetIntervalsWithIntervalGeneratorLastDayOfTheM
387
387
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_3 ->orderable_type );
388
388
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_3 ->owner_type );
389
389
$ this ->assertSame (1 , $ item_3 ->orderable_id );
390
- $ this ->assertSame (1 , $ item_3 ->owner_id );
390
+ $ this ->assertEquals (1 , $ item_3 ->owner_id );
391
391
$ this ->assertSame ("Monthly payment " , $ item_3 ->description );
392
392
$ this ->assertSame (null , $ item_3 ->description_extra_lines );
393
393
$ this ->assertSame ("EUR " , $ item_3 ->currency );
@@ -412,7 +412,7 @@ public function yieldsOrderItemsAtSetIntervalsWithIntervalGeneratorLastDayOfTheM
412
412
$ this ->assertSame ("Laravel\Cashier\Subscription " , $ item_4 ->orderable_type );
413
413
$ this ->assertSame ("Laravel\Cashier\Tests\Fixtures\User " , $ item_4 ->owner_type );
414
414
$ this ->assertSame (1 , $ item_4 ->orderable_id );
415
- $ this ->assertSame (1 , $ item_4 ->owner_id );
415
+ $ this ->assertEquals (1 , $ item_4 ->owner_id );
416
416
$ this ->assertSame ("Monthly payment " , $ item_4 ->description );
417
417
$ this ->assertSame (null , $ item_4 ->description_extra_lines );
418
418
$ this ->assertSame ("EUR " , $ item_4 ->currency );
0 commit comments