We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3002ed commit 969f15eCopy full SHA for 969f15e
phpunit.xml.dist
@@ -1,13 +1,12 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<phpunit backupGlobals="false"
3
- backupStaticAttribute="false"
4
colors="true"
5
convertErrorsToExceptions="true"
6
convertNoticesToExceptions="true"
7
convertWarningsToExceptions="true"
8
processIsolation="false"
9
stopOnFailure="false"
10
- syntaxCheck="false">
+ >
11
<testsuite name="Test Suite">
12
<directory>./tests</directory>
13
</testsuite>
tests/SimplePaginationTest.php
@@ -1,7 +1,7 @@
<?php
require_once dirname(__DIR__).'/lib/SimplePagination/SimplePagination.php';
-class SimplePaginationTest extends PHPUnit_Framework_TestCase
+class SimplePaginationTest extends \PHPUnit\Framework\TestCase
{
public function test_construct()
0 commit comments