Browse Source

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24622 44c647ce-9c0f-0410-b52a-842ac1e357ba

iluvzf 14 years ago
parent
commit
b1a4187c7c
1 changed files with 14 additions and 0 deletions
  1. 14 0
      documentation/manual/it/module_specs/Zend_Test.xml

+ 14 - 0
documentation/manual/it/module_specs/Zend_Test.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Reviewed: no -->
+<sect1 id="zend.test.introduction">
+    <title>Introduzione</title>
+
+    <para>
+        <classname>Zend_Test</classname> fornisce strumenti per facilitare lo unit test 
+        delle applicazioni basate su Framework Zend. In questo momento vengono offerte facilitazioni 
+        per abilitare il test delle applicazioni basate sul paradigma <acronym>MVC</acronym> del Framework Zend.
+    </para>
+</sect1>
+<!--
+vim:se ts=4 sw=4 et:
+-->