mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
cs
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* DesignPatternPHP
|
||||
*/
|
||||
|
||||
namespace DesignPatterns\Test\DataMapper;
|
||||
|
||||
use DesignPatterns\DataMapper\UserMapper;
|
||||
@@ -106,5 +102,4 @@ class UserMapperTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
$user = $this->mapper->findById(404);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user