Project

General

Profile

Actions

Bug #55269

closed

Exception in UnitTests with installed EXT:workspace

Added by Stefano Kowalke over 10 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
Start date:
2014-01-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

How to reproduce:
  1. Be sure that EXT:workspaces is installed
  2. Activate the PHPUnit Module in the BE
  3. Leave the selector on "All extensions"
  4. Hit "Run all tests"

You should get this warning immediately:

Warning: Uncaught exception 'PHPUnit_Framework_Error_Warning' with message 'require_once(ORIGINAL_ROOTtypo3/sysext/core/Tests/Functional/DataHandling/InlineRelationalRecordEditing/AbstractTestCase.php): failed to open stream: No such file or directory'

This happens because of the line

require_once(ORIGINAL_ROOT . 'typo3/sysext/core/Tests/Functional/DataHandling/InlineRelationalRecordEditing/AbstractTestCase.php');
in typo3\sysext\workspaces\Tests\Functional\DataHandling\InlineRelationalRecordEditing\AbstractTestCase.php

Actions

Also available in: Atom PDF