1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-25 16:02:13 +01:00
Files
archived-doc-es/reference/mongo/testing.xml
Pedro Antonio Gil Rodríguez 9dd270c14f Correcciones menores de otros usuarios
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@336465 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-08 18:50:22 +00:00

64 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f68a7f392b9b45277630ffec6cfaf0f2451988eb Maintainer: seros Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="mongo.testing" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Ejecutar los test del controlador</title>
<para>
El paquete PECL no incluyen los test, pero están disponible en
<link xlink:href="&url.mongodb.github;">Github</link>.
</para>
<section>
<title>Los test .phpt</title>
<para>
Los test .phpt son la forma estándar de probar extensiones de PHP. Después de compilar
el controlador MongoDB con "make", se puede hacer "make test" para ejecutar los
test. Estos test requieren que MongoDB se esté ejecutando, y por lo tanto, es necesario
configurar el conjunto de test en sí.
</para>
<para>
Hay más información sobre la ejecución de test en las directivas de
contribución en
<link xlink:href="https://github.com/mongodb/mongo-php-driver/blob/master/CONTRIBUTING.md#running-the-tests">GitHub</link>.
</para>
</section>
<section>
<title>Notificar errores</title>
<para>
Por favor, notifique cualquier fallo o error en el
<link xlink:href="&url.mongodb.jira;">bugtracker</link>. Podría haber test que se omitan.
Esto es normal, por lo que puede ignorarlo.
</para>
<para>
¡Los nuevos test siempre son bienvenidos! Por favor, no dude en contribuir con nuevos test
de cualquier tipo que pongan a prueba cualquier funcionalidad.
</para>
</section>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->