mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-15 04:14:48 +00:00
Cleaned up the testsuite a bit
This commit is contained in:
13
tests/Fixtures/ProductModel.php
Normal file
13
tests/Fixtures/ProductModel.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Gloudemans\Tests\Shoppingcart\Fixtures;
|
||||
|
||||
class ProductModel
|
||||
{
|
||||
public $someValue = 'Some value';
|
||||
|
||||
public function find($id)
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user