Skip to content

Commit 7f8ef45

Browse files
dantleechdbu
authored andcommitted
Removed requires
1 parent c8c32ce commit 7f8ef45

File tree

75 files changed

+0
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+0
-82
lines changed

tests/04_Connecting/RepositoryDescriptorsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace PHPCR\Tests\Connecting;
33

4-
require_once(__DIR__ . '/../../inc/BaseCase.php');
54

65
class RepositoryDescriptorsTest extends \PHPCR\Test\BaseCase
76
{

tests/04_Connecting/RepositoryFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
use PHPCR\RepositoryFactoryInterface;
55

6-
require_once(__DIR__ . '/../../inc/BaseCase.php');
76

87
class RepositoryFactoryTest extends \PHPCR\Test\BaseCase
98
{

tests/04_Connecting/RepositoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
use PHPCR\LoginException;
55

6-
require_once(__DIR__ . '/../../inc/BaseCase.php');
76

87
class RepositoryTest extends \PHPCR\Test\BaseCase
98
{

tests/04_Connecting/SessionReadMethodsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace PHPCR\Tests\Connecting;
33

4-
require_once(__DIR__ . '/../../inc/BaseCase.php');
54

65
/** test javax.cr.Session read methods (level 1)
76
* most of the pdf specification is in section 4.4 and 5.1

tests/04_Connecting/SimpleCredentialsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace PHPCR\Tests\Connecting;
33

4-
require_once(__DIR__ . '/../../inc/BaseCase.php');
54

65
/**
76
* Test the simple credentials PHPCR class

tests/04_Connecting/WorkspaceReadMethodsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
use PHPCR\WorkspaceInterface;
55

6-
require_once(__DIR__ . '/../../inc/BaseCase.php');
76

87
/** test javax.jcr.Workspace read methods (read)
98
* most of the pdf specification is in chapter 4.5

tests/05_Reading/BinaryReadMethodsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
use PHPCR\PropertyInterface;
55

6-
require_once(__DIR__ . '/../../inc/BaseCase.php');
76

87
// According to PHPCR\BinaryInterface
98

tests/05_Reading/EncodingTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace PHPCR\Tests\Reading;
33

4-
require_once(__DIR__ . '/../../inc/BaseCase.php');
54

65
/**
76
* Test javax.jcr.Node read methods (read) §5.6

tests/05_Reading/JackalopeFetchDepthTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace PHPCR\Tests\Reading;
33

4-
require_once(__DIR__ . '/../../inc/BaseCase.php');
54

65
/**
76
* functional tests for Jackalope fetch depth

tests/05_Reading/NodeReadMethodsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace PHPCR\Tests\Reading;
33

4-
require_once(__DIR__ . '/../../inc/BaseCase.php');
54

65
/**
76
* test javax.jcr.Node read methods (read) §5.6

0 commit comments

Comments
 (0)