Skip to content

Commit

Permalink
#43 Removing Mockery reference (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
tracend committed Jun 16, 2012
1 parent 39bdf18 commit 03681fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/main.php → test/MainTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use Mockery as m;
//use Mockery as m;

class MainTest extends PHPUnit_Framework_TestCase
{
Expand All @@ -16,7 +16,7 @@ public function setUp()

public function tearDown()
{
m::close();
//m::close();
}

public function testMain()
Expand Down
4 changes: 2 additions & 2 deletions test/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
syntaxCheck="false"
>
<testsuites>
<testsuite name="KISSCMS Test Suite">
<directory>../test/</directory>
<testsuite name="MainTest">
<directory>./</directory>
</testsuite>
</testsuites>

Expand Down

0 comments on commit 03681fb

Please sign in to comment.