mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 05:57:25 +02:00
Updated docblocs for mapper test
This commit is contained in:
@@ -10,12 +10,18 @@ use DesignPatterns\DataMapper\UserMapper;
|
|||||||
use DesignPatterns\DataMapper\User;
|
use DesignPatterns\DataMapper\User;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* UserMapperTest tests the datamappe pattern
|
* UserMapperTest tests the datamapper pattern
|
||||||
*/
|
*/
|
||||||
class UserMapperTest extends \PHPUnit_Framework_TestCase
|
class UserMapperTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var UserMapper
|
||||||
|
*/
|
||||||
protected $mapper;
|
protected $mapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var DBAL
|
||||||
|
*/
|
||||||
protected $dbal;
|
protected $dbal;
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
|
Reference in New Issue
Block a user