Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

Change assertEquals to assertSame. #632

Open wesolowski opened 3 years ago

wesolowski commented 3 years ago

AssertSame reports an error if the two elements do not share type and value. For example: this code $this->assertEquals(3, true); give uns true :-//// Please use assertSame, not assertEquals