TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 serializeFixture ()
 
 deserializeFixture ()
 
 compareNodes ()
 

Protected Member Functions

 setUpNodeTestData ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Private Member Functions

 determineFixturesPath ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Testcase for class .

Author
Stefan Galinski stefa.nosp@m.n.ga.nosp@m.linsk.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om

Definition at line 22 of file TreeNodeTest.php.

Member Function Documentation

◆ compareNodes()

TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest::compareNodes ( )
Test:

Definition at line 91 of file TreeNodeTest.php.

◆ deserializeFixture()

TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest::deserializeFixture ( )

◆ determineFixturesPath()

TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest::determineFixturesPath ( )
private

Returns the absolute fixtures path for this testcase.

Returns
string the absolute fixtures path for this testcase, will not be empty

Definition at line 32 of file TreeNodeTest.php.

Referenced by TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest\deserializeFixture(), and TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest\serializeFixture().

◆ serializeFixture()

TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest::serializeFixture ( )

◆ setUpNodeTestData()

TYPO3\CMS\Backend\Tests\Unit\Tree\TreeNodeTest::setUpNodeTestData ( )
protected