diff --git a/LICENSE b/LICENSE index a04c9e2..8223cf2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Rundiz.com +Copyright (c) 2017 Rundiz.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/phpunit/NumberTest.php b/tests/phpunit/NumberTest.php index 7887c4a..2335d8e 100644 --- a/tests/phpunit/NumberTest.php +++ b/tests/phpunit/NumberTest.php @@ -3,7 +3,7 @@ namespace Rundiz\Number\Tests; -class NumberTest extends \PHPUnit_Framework_TestCase +class NumberTest extends \PHPUnit\Framework\TestCase {