Skip to content

Commit

Permalink
Further optimised the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Mar 15, 2016
1 parent d23893a commit 6029a56
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions tests/Core/Utilities/Cache.Test.php
@@ -1,7 +1,5 @@
<?php

require_once sprintf('%s/../../index.php',dirname(__FILE__));

class Cache extends \PHPUnit_Framework_TestCase{

public function testReadWrite(){
Expand Down
2 changes: 0 additions & 2 deletions tests/Core/Utilities/Curl.Test.php
@@ -1,7 +1,5 @@
<?php

require_once sprintf('%s/../../index.php',dirname(__FILE__));

class Curl extends \PHPUnit_Framework_TestCase{

public function testGetRequest(){
Expand Down
2 changes: 0 additions & 2 deletions tests/Core/Utilities/Database.Test.php
@@ -1,7 +1,5 @@
<?php

require_once sprintf('%s/../../index.php',dirname(__FILE__));

class Database extends \PHPUnit_Framework_TestCase{

public function testQuery(){
Expand Down
2 changes: 0 additions & 2 deletions tests/Core/Utilities/Routes.Test.php
@@ -1,7 +1,5 @@
<?php

require_once sprintf('%s/../../index.php',dirname(__FILE__));

class Routes extends \PHPUnit_Framework_TestCase{

public function testViewRequest(){
Expand Down
2 changes: 0 additions & 2 deletions tests/Core/Utilities/Session.Test.php
@@ -1,7 +1,5 @@
<?php

require_once sprintf('%s/../../index.php',dirname(__FILE__));

class Session extends \PHPUnit_Framework_TestCase{

public function testReadWrite(){
Expand Down
2 changes: 0 additions & 2 deletions tests/Core/Utilities/Views.Test.php
@@ -1,7 +1,5 @@
<?php

require_once sprintf('%s/../../index.php',dirname(__FILE__));

class Views extends \PHPUnit_Framework_TestCase{

public function testReplaceTag(){
Expand Down

0 comments on commit 6029a56

Please sign in to comment.