phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r699 - trunk/transform/unit-test


From: phpcompta-dev
Subject: [Phpcompta-dev] r699 - trunk/transform/unit-test
Date: Fri, 7 Feb 2014 22:17:23 +0100 (CET)

Author: danydb
Date: 2014-02-07 22:17:23 +0100 (Fri, 07 Feb 2014)
New Revision: 699

Added:
   trunk/transform/unit-test/Transform_ClientTest.php
   trunk/transform/unit-test/Transform_DeclarantTest.php
   trunk/transform/unit-test/Transform_RepresentativeTest.php
Log:
Add unit test

Added: trunk/transform/unit-test/Transform_ClientTest.php
===================================================================
--- trunk/transform/unit-test/Transform_ClientTest.php                          
(rev 0)
+++ trunk/transform/unit-test/Transform_ClientTest.php  2014-02-07 21:17:23 UTC 
(rev 699)
@@ -0,0 +1,52 @@
+<?php
+/**
+ * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-02-07 at 22:27:24.
+ */
+class Transform_ClientTest extends PHPUnit_Framework_TestCase
+{
+    /**
+     * @var Transform_Client
+     */
+    protected $object;
+
+    /**
+     * Sets up the fixture, for example, opens a network connection.
+     * This method is called before a test is executed.
+     */
+    protected function setUp()
+    {
+        $this->object = new Transform_Client;
+    }
+
+    /**
+     * Tears down the fixture, for example, closes a network connection.
+     * This method is called after a test is executed.
+     */
+    protected function tearDown()
+    {
+    }
+
+    /**
+     * @covers Transform_Client::compute_value
+     * @todo   Implement testCompute_value().
+     */
+    public function testCompute_value()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Client::set_comment
+     * @todo   Implement testSet_comment().
+     */
+    public function testSet_comment()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+}

Added: trunk/transform/unit-test/Transform_DeclarantTest.php
===================================================================
--- trunk/transform/unit-test/Transform_DeclarantTest.php                       
        (rev 0)
+++ trunk/transform/unit-test/Transform_DeclarantTest.php       2014-02-07 
21:17:23 UTC (rev 699)
@@ -0,0 +1,100 @@
+<?php
+/**
+ * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-02-07 at 22:27:41.
+ */
+class Transform_DeclarantTest extends PHPUnit_Framework_TestCase
+{
+    /**
+     * @var Transform_Declarant
+     */
+    protected $object;
+
+    /**
+     * Sets up the fixture, for example, opens a network connection.
+     * This method is called before a test is executed.
+     */
+    protected function setUp()
+    {
+        $this->object = new Transform_Declarant;
+    }
+
+    /**
+     * Tears down the fixture, for example, closes a network connection.
+     * This method is called after a test is executed.
+     */
+    protected function tearDown()
+    {
+    }
+
+    /**
+     * @covers Transform_Declarant::fromPost
+     * @todo   Implement testFromPost().
+     */
+    public function testFromPost()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Declarant::input
+     * @todo   Implement testInput().
+     */
+    public function testInput()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Declarant::insert
+     * @todo   Implement testInsert().
+     */
+    public function testInsert()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Declarant::from_db
+     * @todo   Implement testFrom_db().
+     */
+    public function testFrom_db()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Declarant::display
+     * @todo   Implement testDisplay().
+     */
+    public function testDisplay()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Declarant::verify
+     * @todo   Implement testVerify().
+     */
+    public function testVerify()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+}

Added: trunk/transform/unit-test/Transform_RepresentativeTest.php
===================================================================
--- trunk/transform/unit-test/Transform_RepresentativeTest.php                  
        (rev 0)
+++ trunk/transform/unit-test/Transform_RepresentativeTest.php  2014-02-07 
21:17:23 UTC (rev 699)
@@ -0,0 +1,100 @@
+<?php
+/**
+ * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-02-07 at 22:27:54.
+ */
+class Transform_RepresentativeTest extends PHPUnit_Framework_TestCase
+{
+    /**
+     * @var Transform_Representative
+     */
+    protected $object;
+
+    /**
+     * Sets up the fixture, for example, opens a network connection.
+     * This method is called before a test is executed.
+     */
+    protected function setUp()
+    {
+        $this->object = new Transform_Representative;
+    }
+
+    /**
+     * Tears down the fixture, for example, closes a network connection.
+     * This method is called after a test is executed.
+     */
+    protected function tearDown()
+    {
+    }
+
+    /**
+     * @covers Transform_Representative::fromPost
+     * @todo   Implement testFromPost().
+     */
+    public function testFromPost()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Representative::input
+     * @todo   Implement testInput().
+     */
+    public function testInput()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Representative::insert
+     * @todo   Implement testInsert().
+     */
+    public function testInsert()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Representative::display
+     * @todo   Implement testDisplay().
+     */
+    public function testDisplay()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Representative::from_db
+     * @todo   Implement testFrom_db().
+     */
+    public function testFrom_db()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+
+    /**
+     * @covers Transform_Representative::verify
+     * @todo   Implement testVerify().
+     */
+    public function testVerify()
+    {
+        // Remove the following lines when you implement this test.
+        $this->markTestIncomplete(
+          'This test has not been implemented yet.'
+        );
+    }
+}



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]