FOSSology  4.4.0
Open Source License Compliance by Open Source Software
HighlightStateTest.php
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2014 Siemens AG
4  Author: Andreas Würl
5 
6  SPDX-License-Identifier: GPL-2.0-only
7 */
8 
9 namespace Fossology\Lib\View;
10 
11 class HighlightStateTest extends \PHPUnit\Framework\TestCase
12 {
13 
14  public function testBla()
15  {
16  $highlightState = new HighlightState(new HighlightRenderer());
17  }
18 }