Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TYPO3/testing-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: TYPO3/testing-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1
Choose a head ref
  • 20 commits
  • 22 files changed
  • 8 contributors

Commits on Dec 3, 2017

  1. Revert "[TASK] Change page tree selectors in acceptance tests to matc…

    …h new SVG tree (#44)"
    
    This reverts commit 3d31fd1.
    
    The patch is for core master (v9) only and must not be part of
    1.2.x tags / 8 branch.
    lolli42 committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    3bf1c5b View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Properly mock ReflectionService->getMethodParameters()

    The method must return an array. Properly mock that in
    ViewHelperBaseTestcase.
    lolli42 committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    6d0e0c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    2a33ec5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    85e2749 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    134b932 View commit details
    Browse the repository at this point in the history
  2. [TASK] Cleanup test environment for each installation test

    After installation tests start from a clean slate, each test
    must take care of cleaning up all leftovers from former test runs.
    Anja Leichsenring authored and lolli42 committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    2b74819 View commit details
    Browse the repository at this point in the history
  3. [TASK] Trivial cleanup

    lolli42 committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    e1e456a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    4432bd9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. [TASK] Safeguard switchToIFrame function (#65)

    Before switching to a new frame, make sure
    the performed action has been finished. In
    Backend, the nprogress bar status can be used
    for that.
    maddy2101 authored and lolli42 committed May 8, 2018
    Configuration menu
    Copy the full SHA
    dd19899 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. [TASK] Simplify useExistingSession setup (#66)

    Almost all Cests include the fully loaded routine
    right after the useExistingSession call. In order
    to ease the setup for new Cests, include the routine
    into useExistingSession
    maddy2101 authored and lolli42 committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    bbe4f71 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Configuration menu
    Copy the full SHA
    dfed706 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Backport acceptance test changes from master to v8 (#105)

    master branch received lots of changes regarding acceptance testing,
    while the v8 branch remained untouched. The patch ports the changes
    back to 8 branch in order to activate ac tests in core v8 again.
    lolli42 authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    e541dfe View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    bed1483 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    575fffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd35bf View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    23a892f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    e963d70 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. [TASK] Functional $pathsToProvideInTestInstance improvements

    FunctionalTestCase property $pathsToProvideInTestInstance handles
    creation of target parent directory if it does not exist and can
    copy directory structures recursive.
    
    Closes: #107
    lolli42 authored and ohader committed May 6, 2019
    Configuration menu
    Copy the full SHA
    e2a7c80 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. [TASK] Make functional tests composer compatible

    If the instance to test is a composer-based installation, the vendor
    folder is usually not situated in the docroot, but one level above.
    
    Add a second check for this case.
    liayn authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    edecd82 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    f5f2474 View commit details
    Browse the repository at this point in the history
Loading