diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:11:00 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:11:00 +0100 |
commit | 6c2dd9c2a85c289dd4519b58bf609954c92fc56e (patch) | |
tree | c242b75688e0a8320955af620bedc977cf90e694 /Test | |
parent | 9494d0d7606d79835f02b8e98534e2da895d0570 (diff) | |
download | Ustring-6c2dd9c2a85c289dd4519b58bf609954c92fc56e.zip Ustring-6c2dd9c2a85c289dd4519b58bf609954c92fc56e.tar.gz Ustring-6c2dd9c2a85c289dd4519b58bf609954c92fc56e.tar.bz2 |
Quality: Run devtools:cs.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Unit/Issue.php | 4 | ||||
-rw-r--r-- | Test/Unit/Search.php | 4 | ||||
-rw-r--r-- | Test/Unit/Ustring.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Test/Unit/Issue.php b/Test/Unit/Issue.php index 4ede6d1..efd07f0 100644 --- a/Test/Unit/Issue.php +++ b/Test/Unit/Issue.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -44,7 +44,7 @@ use Hoa\Ustring as LUT; * * Test suite of detected issues. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Issue extends Test\Unit\Suite diff --git a/Test/Unit/Search.php b/Test/Unit/Search.php index 7cff5a1..977d3e5 100644 --- a/Test/Unit/Search.php +++ b/Test/Unit/Search.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -44,7 +44,7 @@ use Hoa\Ustring as LUT; * * Test suite of the search algorithms. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Search extends Test\Unit\Suite diff --git a/Test/Unit/Ustring.php b/Test/Unit/Ustring.php index 36095d4..5b79c61 100644 --- a/Test/Unit/Ustring.php +++ b/Test/Unit/Ustring.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -44,7 +44,7 @@ use Hoa\Ustring as LUT; * * Test suite of the string class. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Ustring extends Test\Unit\Suite |