@@ -203,7 +203,7 @@ |
||
| 203 | 203 | /** |
| 204 | 204 | * Save the model data to the database. |
| 205 | 205 | * |
| 206 | - * @return bool |
|
| 206 | + * @return integer |
|
| 207 | 207 | */ |
| 208 | 208 | public function save() |
| 209 | 209 | { |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | use \Mockery as m; |
| 4 | -use org\bovigo\vfs\vfsStream; |
|
| 5 | 4 | use Pyjac\ORM\DatabaseConnection; |
| 6 | 5 | |
| 7 | 6 | class DatabaseConnectionTest extends PHPUnit_Framework_TestCase |