mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 04:28:44 +02:00
N°7315 - Introduce WebPage::LinkScriptXXX() methods to replace WebPage::add_linked_script()
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
|
||||
namespace Combodo\iTop\Test\UnitTest\Application\WebPage;
|
||||
|
||||
|
||||
use Combodo\iTop\Application\WebPage\WebPage;
|
||||
|
||||
class WebPageMock extends WebPage
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
// Don't call parent construct as we don't want the ob_start() method to be called (it would mess with PHPUnit)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user