Skip to content
Snippets Groups Projects
Commit 166f707f authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[FOLLOWUP][TASK] Replace @expectedException in ext:core

One wrong exception code in memcache cache framework tests.

Change-Id: I39b52be265b6eaaf6c2190e82f3b92d06c578f22
Resolves: #76497
Releases: master
Reviewed-on: https://review.typo3.org/48509


Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Tested-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent d2558ce2
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ class MemcachedBackendTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
public function setThrowsExceptionIfNoFrontEndHasBeenSet()
{
$this->expectException(\TYPO3\CMS\Core\Cache\Exception::class);
$this->expectExceptionCode(1213115903);
$this->expectExceptionCode(1207149215);
$backendOptions = array('servers' => array('localhost:11211'));
$backend = new MemcachedBackend('Testing', $backendOptions);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment