mirror of
https://github.com/danog/math.git
synced 2024-11-27 04:14:40 +01:00
Changed tests namespace to Brick\Math\Tests
This commit is contained in:
parent
2d3369bba2
commit
2b8ebcd55e
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math;
|
||||
namespace Brick\Math\Tests;
|
||||
|
||||
use Brick\Math\BigDecimal;
|
||||
use Brick\Math\BigInteger;
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math\BigDecimal;
|
||||
namespace Brick\Math\Tests\BigDecimal;
|
||||
|
||||
use Brick\Tests\Math\BigDecimalTest;
|
||||
use Brick\Math\Tests\BigDecimalTest;
|
||||
use Brick\Math\Internal\Calculator\BcMathCalculator;
|
||||
|
||||
/**
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math\BigDecimal;
|
||||
namespace Brick\Math\Tests\BigDecimal;
|
||||
|
||||
use Brick\Tests\Math\BigDecimalTest;
|
||||
use Brick\Math\Tests\BigDecimalTest;
|
||||
use Brick\Math\Internal\Calculator\GmpCalculator;
|
||||
|
||||
/**
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math\BigDecimal;
|
||||
namespace Brick\Math\Tests\BigDecimal;
|
||||
|
||||
use Brick\Tests\Math\BigDecimalTest;
|
||||
use Brick\Math\Tests\BigDecimalTest;
|
||||
use Brick\Math\Internal\Calculator\NativeCalculator;
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math;
|
||||
namespace Brick\Math\Tests;
|
||||
|
||||
use Brick\Math\ArithmeticException;
|
||||
use Brick\Math\Internal\Calculator;
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math\BigInteger;
|
||||
namespace Brick\Math\Tests\BigInteger;
|
||||
|
||||
use Brick\Tests\Math\BigIntegerTest;
|
||||
use Brick\Math\Tests\BigIntegerTest;
|
||||
use Brick\Math\Internal\Calculator\BcMathCalculator;
|
||||
|
||||
/**
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math\BigInteger;
|
||||
namespace Brick\Math\Tests\BigInteger;
|
||||
|
||||
use Brick\Tests\Math\BigIntegerTest;
|
||||
use Brick\Math\Tests\BigIntegerTest;
|
||||
use Brick\Math\Internal\Calculator\GmpCalculator;
|
||||
|
||||
/**
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math\BigInteger;
|
||||
namespace Brick\Math\Tests\BigInteger;
|
||||
|
||||
use Brick\Tests\Math\BigIntegerTest;
|
||||
use Brick\Math\Tests\BigIntegerTest;
|
||||
use Brick\Math\Internal\Calculator\NativeCalculator;
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math;
|
||||
namespace Brick\Math\Tests;
|
||||
|
||||
use Brick\Math\ArithmeticException;
|
||||
use Brick\Math\Internal\Calculator;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Brick\Tests\Math;
|
||||
namespace Brick\Math\Tests;
|
||||
|
||||
use Brick\Math\Internal\Calculator;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user