Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 9 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | 1 | public function crear(array $array): ConsultaTruncate |
|
15 | { |
||
16 | 1 | $conexion = new CrearConexionBaseDeDatos; |
|
17 | 1 | $conexion = $conexion->crear([]); |
|
18 | |||
19 | 1 | return new ConsultaTruncate( |
|
20 | 1 | new EjecutarConsultaSinDatos( |
|
21 | 1 | $conexion |
|
22 | ), |
||
23 | 1 | new SentenciaTruncate( |
|
24 | 1 | new ElementoTruncate( |
|
25 | 1 | new Tabla($array['tabla']) |
|
26 | ) |
||
30 | } |