<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to run AuthorizeNETCIM_Test.php in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33241#M17767</link>
    <description>&lt;P&gt;Thanks. Ok I went to the folder in my local server. wwwroot\your_store\anet_php_sdk and clicked on the tests folder. Ran command line from there. Typed "pear" and it loads a list of commands. What do I do next. How do I actually run "phpunit."&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2013 16:51:13 GMT</pubDate>
    <dc:creator>mallen</dc:creator>
    <dc:date>2013-02-26T16:51:13Z</dc:date>
    <item>
      <title>How to run AuthorizeNETCIM_Test.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33103#M17637</link>
      <description>&lt;P&gt;Can someone in simple terms explain how to run AuthorizeNETCIM_Test.php?&amp;nbsp; I found the README file and it says :Usage: &amp;nbsp; - On the command line in this folder run: phpunit .&amp;nbsp;&amp;nbsp; I have installed Pear and also phpunit. I have no idea how to run this test. I got a list of commands in the command line.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2013 15:37:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33103#M17637</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-20T15:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AuthorizeNETCIM_Test.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33218#M17744</link>
      <description>&lt;P&gt;PHPUnit can be used to run any individual test or all of the tests within a directory. The readme could possibly be more clear, but the period in "phpunit ." is actually an essential part of the command which refers to the current directory. From within the tests directory of the SDK, you can run "phpunit ." to execute all of the tests.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 22:31:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33218#M17744</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2013-02-25T22:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AuthorizeNETCIM_Test.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33241#M17767</link>
      <description>&lt;P&gt;Thanks. Ok I went to the folder in my local server. wwwroot\your_store\anet_php_sdk and clicked on the tests folder. Ran command line from there. Typed "pear" and it loads a list of commands. What do I do next. How do I actually run "phpunit."&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2013 16:51:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33241#M17767</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-26T16:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AuthorizeNETCIM_Test.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33246#M17772</link>
      <description>&lt;P&gt;I typed phpunit AuthorizeNETCIM_test in the command line.&amp;nbsp; Also tried running AuthorizeNetCIM_Test.php in the browser but it said Warning: require_once(PHPUnit/Framework.php): Please help me understand.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2013 21:47:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33246#M17772</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-26T21:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AuthorizeNETCIM_Test.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33257#M17783</link>
      <description>&lt;P&gt;Still not sure how the AuthorizeNetCIM_Test file works. But I went into the XML folder and opened index.php&amp;nbsp; and saw how it creates customer profile, payment profile, shipping address, transaction and delete customer. I was able to create these. The store example is in AIM. I need sample code CIM. I need to see how I can retireve the data such as the customer name and other details. Is there some samples in CIM?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 19:24:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33257#M17783</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-27T19:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AuthorizeNETCIM_Test.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33263#M17788</link>
      <description>&lt;P&gt;there are &lt;A target="_blank" href="http://developer.authorize.net/downloads/samplecode/"&gt;http://developer.authorize.net/downloads/samplecode/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which do not use the SDKs&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 00:18:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-run-AuthorizeNETCIM-Test-php/m-p/33263#M17788</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-28T00:18:46Z</dc:date>
    </item>
  </channel>
</rss>

