Compare commits
9 Commits
f98a277986
...
v1.0.22
Author | SHA1 | Date | |
---|---|---|---|
28dbf773f1 | |||
0730509096 | |||
e9333e8624 | |||
71958482c5 | |||
97f73a73e2 | |||
6a4df8373c | |||
10ec8df983 | |||
2d16baaef9 | |||
2e684cb862 |
@@ -20,7 +20,7 @@
|
|||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^12.1.5"
|
"phpunit/phpunit": "^12.2.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
72
composer.lock
generated
72
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "62046e22c8307ed8e1f622a0f7bd7a05",
|
"content-hash": "f5bf0ec4042cb12fb3a702cad65f099d",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
@@ -69,16 +69,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/php-parser",
|
"name": "nikic/php-parser",
|
||||||
"version": "v5.4.0",
|
"version": "v5.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||||
"reference": "447a020a1f875a434d62f2a401f53b82a396e494"
|
"reference": "ae59794362fe85e051a58ad36b289443f57be7a9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9",
|
||||||
"reference": "447a020a1f875a434d62f2a401f53b82a396e494",
|
"reference": "ae59794362fe85e051a58ad36b289443f57be7a9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -121,9 +121,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
||||||
"source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
|
"source": "https://github.com/nikic/PHP-Parser/tree/v5.5.0"
|
||||||
},
|
},
|
||||||
"time": "2024-12-30T11:07:19+00:00"
|
"time": "2025-05-31T08:24:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phar-io/manifest",
|
"name": "phar-io/manifest",
|
||||||
@@ -245,16 +245,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
"version": "12.2.1",
|
"version": "12.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||||
"reference": "448f2c504d86dbff3949dcd02c95aa85db2c7617"
|
"reference": "9075a8efc66e11bc55c319062e147bdb06777267"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/448f2c504d86dbff3949dcd02c95aa85db2c7617",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9075a8efc66e11bc55c319062e147bdb06777267",
|
||||||
"reference": "448f2c504d86dbff3949dcd02c95aa85db2c7617",
|
"reference": "9075a8efc66e11bc55c319062e147bdb06777267",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -281,7 +281,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "12.2.x-dev"
|
"dev-main": "12.3.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.2.1"
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.3.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-05-04T05:25:05+00:00"
|
"time": "2025-05-23T15:49:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-file-iterator",
|
"name": "phpunit/php-file-iterator",
|
||||||
@@ -579,16 +579,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "12.1.5",
|
"version": "12.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "f93ef2198df8d54b3195bcee381a33be51d8705e"
|
"reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f93ef2198df8d54b3195bcee381a33be51d8705e",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f09fda04e7caea93cff50b4e90319184f3e6ee3",
|
||||||
"reference": "f93ef2198df8d54b3195bcee381a33be51d8705e",
|
"reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -602,7 +602,7 @@
|
|||||||
"phar-io/manifest": "^2.0.4",
|
"phar-io/manifest": "^2.0.4",
|
||||||
"phar-io/version": "^3.2.1",
|
"phar-io/version": "^3.2.1",
|
||||||
"php": ">=8.3",
|
"php": ">=8.3",
|
||||||
"phpunit/php-code-coverage": "^12.2.1",
|
"phpunit/php-code-coverage": "^12.3.0",
|
||||||
"phpunit/php-file-iterator": "^6.0.0",
|
"phpunit/php-file-iterator": "^6.0.0",
|
||||||
"phpunit/php-invoker": "^6.0.0",
|
"phpunit/php-invoker": "^6.0.0",
|
||||||
"phpunit/php-text-template": "^5.0.0",
|
"phpunit/php-text-template": "^5.0.0",
|
||||||
@@ -610,7 +610,7 @@
|
|||||||
"sebastian/cli-parser": "^4.0.0",
|
"sebastian/cli-parser": "^4.0.0",
|
||||||
"sebastian/comparator": "^7.0.1",
|
"sebastian/comparator": "^7.0.1",
|
||||||
"sebastian/diff": "^7.0.0",
|
"sebastian/diff": "^7.0.0",
|
||||||
"sebastian/environment": "^8.0.0",
|
"sebastian/environment": "^8.0.2",
|
||||||
"sebastian/exporter": "^7.0.0",
|
"sebastian/exporter": "^7.0.0",
|
||||||
"sebastian/global-state": "^8.0.0",
|
"sebastian/global-state": "^8.0.0",
|
||||||
"sebastian/object-enumerator": "^7.0.0",
|
"sebastian/object-enumerator": "^7.0.0",
|
||||||
@@ -624,7 +624,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "12.1-dev"
|
"dev-main": "12.2-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -656,7 +656,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.1.5"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.2.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -680,7 +680,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-05-11T06:44:52+00:00"
|
"time": "2025-06-07T05:17:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
@@ -946,16 +946,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/environment",
|
"name": "sebastian/environment",
|
||||||
"version": "8.0.0",
|
"version": "8.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/environment.git",
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
||||||
"reference": "8afe311eca49171bf95405cc0078be9a3821f9f2"
|
"reference": "d364b9e5d0d3b18a2573351a1786fbf96b7e0792"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8afe311eca49171bf95405cc0078be9a3821f9f2",
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d364b9e5d0d3b18a2573351a1786fbf96b7e0792",
|
||||||
"reference": "8afe311eca49171bf95405cc0078be9a3821f9f2",
|
"reference": "d364b9e5d0d3b18a2573351a1786fbf96b7e0792",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -998,15 +998,27 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/environment/security/policy",
|
"security": "https://github.com/sebastianbergmann/environment/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/environment/tree/8.0.0"
|
"source": "https://github.com/sebastianbergmann/environment/tree/8.0.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://github.com/sebastianbergmann",
|
"url": "https://github.com/sebastianbergmann",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://liberapay.com/sebastianbergmann",
|
||||||
|
"type": "liberapay"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
||||||
|
"type": "thanks_dev"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
|
||||||
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-02-07T04:56:08+00:00"
|
"time": "2025-05-21T15:05:44+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/exporter",
|
"name": "sebastian/exporter",
|
||||||
@@ -1609,4 +1621,4 @@
|
|||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
@@ -13,7 +13,7 @@ use IteratorAggregate;
|
|||||||
*
|
*
|
||||||
* @author Александр Бабаев
|
* @author Александр Бабаев
|
||||||
* @package php_components_pack
|
* @package php_components_pack
|
||||||
* @version 1.0.1
|
* @version 1.0.3
|
||||||
* @since 1.0.14
|
* @since 1.0.14
|
||||||
*/
|
*/
|
||||||
final class Dictionary implements ArrayAccess, IteratorAggregate, Countable, ISerializable
|
final class Dictionary implements ArrayAccess, IteratorAggregate, Countable, ISerializable
|
||||||
@@ -26,6 +26,21 @@ final class Dictionary implements ArrayAccess, IteratorAggregate, Countable, ISe
|
|||||||
// Реализация наследуемых интерфейсов и классов
|
// Реализация наследуемых интерфейсов и классов
|
||||||
use ArrayBasicTrait;
|
use ArrayBasicTrait;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Добавление элементов в словарь.
|
||||||
|
*
|
||||||
|
* @param array $dictionary Ассоциативный массив вида ключ => значение, который будет добавлен в словарь.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function AddRange (array $dictionary): void
|
||||||
|
{
|
||||||
|
// Для каждого элемента массива
|
||||||
|
foreach ($dictionary as $key => $value)
|
||||||
|
// - добавляем его в словарь.
|
||||||
|
$this->Add($key, $value);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Добавление элемента в словарь.
|
* Добавление элемента в словарь.
|
||||||
*
|
*
|
||||||
@@ -125,4 +140,14 @@ final class Dictionary implements ArrayAccess, IteratorAggregate, Countable, ISe
|
|||||||
// - иначе, стандартная сортировка по ключам в порядке возрастания
|
// - иначе, стандартная сортировка по ключам в порядке возрастания
|
||||||
ksort($this->Container);
|
ksort($this->Container);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Возвращает все элементы словаря в виде массива.
|
||||||
|
*
|
||||||
|
* @return array Массив, содержащий все элементы словаря.
|
||||||
|
*/
|
||||||
|
public function ToArray (): array
|
||||||
|
{
|
||||||
|
return $this->Container;
|
||||||
|
}
|
||||||
}
|
}
|
180
sources/classes/File.php
Normal file
180
sources/classes/File.php
Normal file
@@ -0,0 +1,180 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace goodboyalex\php_components_pack\classes;
|
||||||
|
|
||||||
|
use RecursiveDirectoryIterator;
|
||||||
|
use RecursiveIteratorIterator;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Класс, реализующий функционал работы с файлами и выполнение операций над файлами одной командой.
|
||||||
|
*
|
||||||
|
* @author Александр Бабаев
|
||||||
|
* @package php_components_pack
|
||||||
|
* @version 1.0.1
|
||||||
|
* @since 1.0.21
|
||||||
|
*/
|
||||||
|
final class File
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Получает список файлов в директории и поддиректориях, соответствующей шаблону $pattern.
|
||||||
|
*
|
||||||
|
* @param string $dir Родительская директория
|
||||||
|
* @param string $pattern Шаблон имени файла
|
||||||
|
*
|
||||||
|
* @return false|array Список файлов или false в случае ошибки
|
||||||
|
*/
|
||||||
|
public static function FindFiles (string $dir, string $pattern = '*.php'): false|array
|
||||||
|
{
|
||||||
|
// Получаем список файлов и каталогов в текущей директории
|
||||||
|
$files = glob("$dir/$pattern");
|
||||||
|
|
||||||
|
// Если произошла ошибка
|
||||||
|
if ($files === false)
|
||||||
|
// - то возвращаем false
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Перебираем поддиректории
|
||||||
|
foreach (glob("$dir/*", GLOB_ONLYDIR | GLOB_NOSORT) as $subDir) {
|
||||||
|
// - если ошибка
|
||||||
|
if ($subDir === false)
|
||||||
|
// - то пропускаем
|
||||||
|
continue;
|
||||||
|
|
||||||
|
// - рекурсивный вызов для каждой поддиректории
|
||||||
|
$files = array_merge($files, self::FindFiles($subDir, $pattern));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Возвращаем список файлов
|
||||||
|
return $files;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Получает имя файла без пути к нему и расширения.
|
||||||
|
*
|
||||||
|
* @param string $fileName Полное имя файла с путем к нему.
|
||||||
|
*
|
||||||
|
* @return string Имя файла без пути к нему и расширения.
|
||||||
|
*/
|
||||||
|
public static function ExtractFileNameWithoutExtension (string $fileName): string
|
||||||
|
{
|
||||||
|
// Имя файла без пути к нему
|
||||||
|
$fileNameOnly = self::ExtractFileName($fileName);
|
||||||
|
|
||||||
|
// Расширение файла
|
||||||
|
$fileExtension = self::ExtractFileExtension($fileName);
|
||||||
|
|
||||||
|
// Возвращаем имя файла без пути к нему и расширения.
|
||||||
|
return substr($fileNameOnly, 0, -strlen($fileExtension) - 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Получает имя файла без пути к нему, но с расширением.
|
||||||
|
*
|
||||||
|
* @param string $fileName Полное имя файла с путем к нему.
|
||||||
|
*
|
||||||
|
* @return string Имя файла без пути к нему, но с расширением.
|
||||||
|
*/
|
||||||
|
public static function ExtractFileName (string $fileName): string
|
||||||
|
{
|
||||||
|
return basename($fileName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Получает расширение файла.
|
||||||
|
*
|
||||||
|
* @param string $fileName Имя файла с путем к нему.
|
||||||
|
*
|
||||||
|
* @return string Расширение файла.
|
||||||
|
*/
|
||||||
|
public static function ExtractFileExtension (string $fileName): string
|
||||||
|
{
|
||||||
|
|
||||||
|
return pathinfo($fileName, PATHINFO_EXTENSION);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Получает относительный путь к файлу, относительно заданной папки
|
||||||
|
*
|
||||||
|
* @param string $fullPath Полный путь к файлу
|
||||||
|
* @param string $basePath Вырезаемый путь (с начала)
|
||||||
|
*
|
||||||
|
* @return false|string Относительный путь к файлу
|
||||||
|
*/
|
||||||
|
public static function GetRelativePath (string $fullPath, string $basePath): false|string
|
||||||
|
{
|
||||||
|
return stripos($fullPath, $basePath) !== false ? str_replace($basePath, "", $fullPath) : false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Удаляет директорию вместе со всеми файлами и поддиректориями.
|
||||||
|
*
|
||||||
|
* @param string $directory Полный путь к директории.
|
||||||
|
*
|
||||||
|
* @return bool Результат удаления.
|
||||||
|
*/
|
||||||
|
public static function RemoveDir (string $directory): bool
|
||||||
|
{
|
||||||
|
// Проверяем, существует ли директория
|
||||||
|
if (!self::DirectoryExists(directory: $directory, checkWriteAccess: true))
|
||||||
|
// - если нет, то возвращаем false
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Получаем список файлов и каталогов в заданной директории
|
||||||
|
$files = new RecursiveIteratorIterator(
|
||||||
|
new RecursiveDirectoryIterator($directory),
|
||||||
|
RecursiveIteratorIterator::CHILD_FIRST
|
||||||
|
);
|
||||||
|
|
||||||
|
// Перебираем файлы и каталоги
|
||||||
|
foreach ($files as $file)
|
||||||
|
// - если это каталог
|
||||||
|
if ($file->isDir())
|
||||||
|
// -- то удаляем его
|
||||||
|
rmdir($file->getRealPath());
|
||||||
|
else
|
||||||
|
// -- иначе удаляем файл
|
||||||
|
unlink($file->getRealPath());
|
||||||
|
|
||||||
|
// Удаляем директорию
|
||||||
|
return rmdir($directory);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Проверяет, существует ли директория.
|
||||||
|
*
|
||||||
|
* @param string $directory Путь к директории.
|
||||||
|
* @param bool $checkReadAccess Проверять ли доступ на чтение директории (по умолчанию true).
|
||||||
|
* @param bool $checkWriteAccess Проверять ли доступ на запись директории (по умолчанию false).
|
||||||
|
*
|
||||||
|
* @return bool Результат проверки.
|
||||||
|
*/
|
||||||
|
public static function DirectoryExists (string $directory, bool $checkReadAccess = true,
|
||||||
|
bool $checkWriteAccess = false): bool
|
||||||
|
{
|
||||||
|
// Очищаем кэш
|
||||||
|
clearstatcache();
|
||||||
|
|
||||||
|
// Проверяем, существует ли директория
|
||||||
|
if (!file_exists($directory))
|
||||||
|
// - если нет, то возвращаем false
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Проверяем, является ли директория директорией, а не файлом
|
||||||
|
if (!is_dir($directory))
|
||||||
|
// - если нет, то возвращаем false
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Проверяем, есть ли доступ на чтение директории
|
||||||
|
if ($checkReadAccess && !is_readable($directory))
|
||||||
|
// - если нет, то возвращаем false
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Проверяем, есть ли доступ на запись директории
|
||||||
|
if ($checkWriteAccess && !is_writable($directory))
|
||||||
|
// - если нет, то возвращаем false
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Если все проверки пройдены успешно, то возвращаем true
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
@@ -17,7 +17,7 @@ use IteratorAggregate;
|
|||||||
*
|
*
|
||||||
* @author Александр Бабаев
|
* @author Александр Бабаев
|
||||||
* @package php_components_pack
|
* @package php_components_pack
|
||||||
* @version 1.0
|
* @version 1.0.5
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
*/
|
*/
|
||||||
final class ObjectArray implements ArrayAccess, IteratorAggregate, Countable, ISerializable
|
final class ObjectArray implements ArrayAccess, IteratorAggregate, Countable, ISerializable
|
||||||
|
121
sources/classes/Tuple.php
Normal file
121
sources/classes/Tuple.php
Normal file
@@ -0,0 +1,121 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace goodboyalex\php_components_pack\classes;
|
||||||
|
|
||||||
|
use ArrayAccess;
|
||||||
|
use ArrayIterator;
|
||||||
|
use Countable;
|
||||||
|
use Exception;
|
||||||
|
use goodboyalex\php_components_pack\interfaces\ISerializable;
|
||||||
|
use IteratorAggregate;
|
||||||
|
use Traversable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Класс, реализующий функционал кортежей от C#.
|
||||||
|
*
|
||||||
|
* @author Александр Бабаев
|
||||||
|
* @package php_components_pack
|
||||||
|
* @version 1.2
|
||||||
|
* @since 1.0.20
|
||||||
|
*/
|
||||||
|
final class Tuple implements ISerializable, ArrayAccess, IteratorAggregate, Countable
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var array Массив значений кортежа.
|
||||||
|
*/
|
||||||
|
private array $Values;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Конструктор кортежа.
|
||||||
|
*
|
||||||
|
* @param mixed ...$values Значения кортежа.
|
||||||
|
*/
|
||||||
|
public function __construct (...$values)
|
||||||
|
{
|
||||||
|
$this->Values = $values;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function Serialize (): string
|
||||||
|
{
|
||||||
|
return serialize($this->Values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function UnSerialize (string $serialized): void
|
||||||
|
{
|
||||||
|
$this->Values = unserialize($serialized);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function offsetExists (mixed $offset): bool
|
||||||
|
{
|
||||||
|
return isset($this->Values[$offset]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function offsetGet (mixed $offset): mixed
|
||||||
|
{
|
||||||
|
// Если ключ не является целым числом
|
||||||
|
if (!is_int($offset))
|
||||||
|
// - возвращаем null
|
||||||
|
return null;
|
||||||
|
|
||||||
|
// Возвращаем значение кортежа по индексу
|
||||||
|
return $this->Get($offset);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Возвращает значение кортежа по индексу.
|
||||||
|
*
|
||||||
|
* @param int $index Индекс значения.
|
||||||
|
*
|
||||||
|
* @return mixed Значение кортежа по индексу.
|
||||||
|
*/
|
||||||
|
public function Get (int $index): mixed
|
||||||
|
{
|
||||||
|
return $this->Values[$index] ?? null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
* @throws Exception Элементы кортежа не могут быть изменены после создания! / Tuple elements cannot be changed
|
||||||
|
* after creation!
|
||||||
|
*/
|
||||||
|
public function offsetSet (mixed $offset, mixed $value): void
|
||||||
|
{
|
||||||
|
throw new Exception('Элементы кортежа не могут быть изменены после создания! / Tuple elements cannot be changed after creation!');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function offsetUnset (mixed $offset): void
|
||||||
|
{
|
||||||
|
unset($this->Values[$offset]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function getIterator (): Traversable
|
||||||
|
{
|
||||||
|
return new ArrayIterator($this->Values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function count (): int
|
||||||
|
{
|
||||||
|
return count($this->Values);
|
||||||
|
}
|
||||||
|
}
|
34
sources/enums/VarNotBoolAction.php
Normal file
34
sources/enums/VarNotBoolAction.php
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace goodboyalex\php_components_pack\enums;
|
||||||
|
|
||||||
|
use goodboyalex\php_components_pack\traits\EnumExtensionsTrait;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Перечисление типов действий, которые необходимо выполнить, если переменная не является булевым типом.
|
||||||
|
*
|
||||||
|
* @author Александр Бабаев
|
||||||
|
* @package php_components_pack
|
||||||
|
* @version 1.0
|
||||||
|
* @since 1.0.19
|
||||||
|
*/
|
||||||
|
enum VarNotBoolAction: int
|
||||||
|
{
|
||||||
|
// Подключаю расширение для Enum
|
||||||
|
use EnumExtensionsTrait;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Игнорировать это утверждение.
|
||||||
|
*/
|
||||||
|
case Ignore = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Считать это утверждение истинным.
|
||||||
|
*/
|
||||||
|
case ConsiderItTrue = 1;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Считать это утверждение ложным.
|
||||||
|
*/
|
||||||
|
case ConsiderItFalse = 2;
|
||||||
|
}
|
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
namespace goodboyalex\php_components_pack\extensions;
|
namespace goodboyalex\php_components_pack\extensions;
|
||||||
|
|
||||||
use Exception;
|
use goodboyalex\php_components_pack\enums\VarNotBoolAction;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Расширение типа "правда/ложь".
|
* Расширение типа "правда/ложь".
|
||||||
*
|
*
|
||||||
* @author Александр Бабаев
|
* @author Александр Бабаев
|
||||||
* @package php_components_pack
|
* @package php_components_pack
|
||||||
* @version 1.0
|
* @version 1.1
|
||||||
* @since 1.0.7
|
* @since 1.0.7
|
||||||
*/
|
*/
|
||||||
final class BoolExtensions
|
final class BoolExtensions
|
||||||
@@ -34,38 +34,55 @@ final class BoolExtensions
|
|||||||
* <code>true</code>.
|
* <code>true</code>.
|
||||||
*
|
*
|
||||||
* @param array $expressions Переменные формата правда/ложь.
|
* @param array $expressions Переменные формата правда/ложь.
|
||||||
|
* @param VarNotBoolAction $ifNotBool Действие, если какой-то аргумент <code>expressions</code> не является булевым
|
||||||
|
* типом. По умолчанию игнорировать.
|
||||||
*
|
*
|
||||||
* @return bool Есть ли хотя бы одно в значении true.
|
* @return bool Есть ли хотя бы одно в значении true.
|
||||||
*
|
*
|
||||||
* @throws Exception Выбрасывается, если хотя бы один аргумент <code>expressions</code> не являются типом
|
|
||||||
* правда/ложь.
|
|
||||||
*/
|
*/
|
||||||
public static function AnyTrue (array $expressions): bool
|
public static function AnyTrue (array $expressions, VarNotBoolAction $ifNotBool = VarNotBoolAction::Ignore): bool
|
||||||
{
|
{
|
||||||
return self::TrueCount($expressions) > 0;
|
return self::TrueCount($expressions, $ifNotBool) > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Вычисляет количество переменных формата правда/ложь <code>expressions</code> в значении <code>true</code>.
|
* Вычисляет количество переменных формата правда/ложь <code>expressions</code> в значении <code>true</code>.
|
||||||
*
|
*
|
||||||
* @param array $expressions Переменные формата правда/ложь.
|
* @param array $expressions Переменные формата правда/ложь.
|
||||||
|
* @param VarNotBoolAction $ifNotBool Действие, если какой-то аргумент <code>expressions</code> не является булевым
|
||||||
|
* типом. По умолчанию игнорировать.
|
||||||
*
|
*
|
||||||
* @return int Количество переменных в значении true.
|
* @return int Количество переменных в значении true.
|
||||||
*
|
|
||||||
* @throws Exception Выбрасывается, если хотя бы один аргумент <code>expressions</code> не являются типом
|
|
||||||
* правда/ложь.
|
|
||||||
*/
|
*/
|
||||||
public static function TrueCount (array $expressions): int
|
public static function TrueCount (array $expressions, VarNotBoolAction $ifNotBool = VarNotBoolAction::Ignore): int
|
||||||
{
|
{
|
||||||
// Проверяем все аргументы
|
// Создаем пустой массив для хранения проверяемых аргументов
|
||||||
|
$checkArray = [];
|
||||||
|
|
||||||
|
// Проверяем все входящие аргументы
|
||||||
foreach ($expressions as $expression)
|
foreach ($expressions as $expression)
|
||||||
// - если аргумент не является типом правда/ложь
|
// - если аргумент не является типом правда/ложь
|
||||||
if (!is_bool($expression))
|
if (!is_bool($expression))
|
||||||
// -- то выбрасываем исключение
|
// -- то делаем следующее в зависимости от настроек:
|
||||||
throw new Exception('All arguments must be bool. / Все аргументы должны быть типа «правда/ложь».');
|
switch ($ifNotBool) {
|
||||||
|
case VarNotBoolAction::Ignore:
|
||||||
|
// --- игнорируем аргумент
|
||||||
|
break;
|
||||||
|
case VarNotBoolAction::ConsiderItTrue:
|
||||||
|
// --- считаем аргумент как истинное значение
|
||||||
|
$checkArray[] = true;
|
||||||
|
break;
|
||||||
|
case VarNotBoolAction::ConsiderItFalse:
|
||||||
|
// --- считаем аргумент как ложное значение
|
||||||
|
$checkArray[] = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
// - иначе добавляем аргумент в массив проверяемых аргументов
|
||||||
|
$checkArray[] = $expression;
|
||||||
|
|
||||||
// Используем array_filter для фильтрации всех истинных значений
|
// Используем array_filter для фильтрации всех истинных значений
|
||||||
$filtered = array_filter($expressions);
|
$filtered = array_filter($checkArray, fn ($value) => $value === true);
|
||||||
|
|
||||||
// Возвращаем количество элементов в отфильтрованном массиве
|
// Возвращаем количество элементов в отфильтрованном массиве
|
||||||
return count($filtered);
|
return count($filtered);
|
||||||
|
@@ -77,7 +77,11 @@ trait ArrayBasicTrait
|
|||||||
*/
|
*/
|
||||||
public function Serialize (): string
|
public function Serialize (): string
|
||||||
{
|
{
|
||||||
return json_encode($this->Container);
|
/**
|
||||||
|
* ВНИМАНИЕ! Не используйте json_encode для сериализации объектов данного класса, так как он НЕ СОХРАНЯЕТ классы объектов!
|
||||||
|
* Корректное восстановление объектов невозможно (восстанавливает только как ассоциативный массив).
|
||||||
|
*/
|
||||||
|
return serialize($this->Container);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -85,6 +89,10 @@ trait ArrayBasicTrait
|
|||||||
*/
|
*/
|
||||||
public function UnSerialize (string $serialized): void
|
public function UnSerialize (string $serialized): void
|
||||||
{
|
{
|
||||||
$this->Container = json_decode($serialized, true);
|
/**
|
||||||
|
* ВНИМАНИЕ! Не используйте json_decode для десериализации объектов данного класса, так как он НЕ ВОССТАНОВЛЯЕТ
|
||||||
|
* классы объектов! Корректное восстановление объектов невозможно (восстанавливается только как ассоциативный массив).
|
||||||
|
*/
|
||||||
|
$this->Container = unserialize($serialized);
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -31,18 +31,6 @@ class DictionaryTest extends TestCase
|
|||||||
require_once __DIR__ . '/../../sources/classes/Dictionary.php';
|
require_once __DIR__ . '/../../sources/classes/Dictionary.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testSerialize ()
|
|
||||||
{
|
|
||||||
$this->PrepareForTest();
|
|
||||||
|
|
||||||
$dict = new Dictionary();
|
|
||||||
$dict->Add('1', 1);
|
|
||||||
$dict->Add('2', '2');
|
|
||||||
$dict->Add('3', true);
|
|
||||||
|
|
||||||
$this->assertEquals("{\"1\":1,\"2\":\"2\",\"3\":true}", $dict->Serialize());
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testGet ()
|
public function testGet ()
|
||||||
{
|
{
|
||||||
$this->PrepareForTest();
|
$this->PrepareForTest();
|
||||||
@@ -129,4 +117,38 @@ class DictionaryTest extends TestCase
|
|||||||
|
|
||||||
$this->assertArrayIsEqualToArrayIgnoringListOfKeys($array, $dict->Keys(), []);
|
$this->assertArrayIsEqualToArrayIgnoringListOfKeys($array, $dict->Keys(), []);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testAddRange ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$dict = new Dictionary();
|
||||||
|
$dict->Add('1', 1);
|
||||||
|
|
||||||
|
$array = ['2' => '2', '3' => true, '4' => false];
|
||||||
|
|
||||||
|
$dict->AddRange($array);
|
||||||
|
|
||||||
|
$this->assertEquals(1, $dict->Get('1'));
|
||||||
|
$this->assertTrue($dict->Get('3'));
|
||||||
|
$this->assertEquals(4, $dict->count());
|
||||||
|
$this->assertFalse($dict->Get("4"));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testToArray ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$dict = new Dictionary();
|
||||||
|
$dict->Add('1', 1);
|
||||||
|
$dict->Add('3', true);
|
||||||
|
$dict->Add('2', '2');
|
||||||
|
|
||||||
|
$array = $dict->ToArray();
|
||||||
|
|
||||||
|
$this->assertIsArray($array);
|
||||||
|
$this->assertEquals(1, $array['1']);
|
||||||
|
$this->assertTrue($array['3']);
|
||||||
|
$this->assertCount(3, $array);
|
||||||
|
}
|
||||||
}
|
}
|
76
tests/classes/FileTest.php
Normal file
76
tests/classes/FileTest.php
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace goodboyalex\php_components_pack\tests\classes;
|
||||||
|
|
||||||
|
use goodboyalex\php_components_pack\classes\File;
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
class FileTest extends TestCase
|
||||||
|
{
|
||||||
|
public function testExtractFileName ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$this->assertEquals("test.txt", File::ExtractFileName("c:\\tmp\\test.txt"));
|
||||||
|
$this->assertEquals("test.txt", File::ExtractFileName("c:/tmp/test.txt"));
|
||||||
|
$this->assertEquals("test.txt", File::ExtractFileName("\\tmp\\test.txt"));
|
||||||
|
}
|
||||||
|
|
||||||
|
private function PrepareForTest (): void
|
||||||
|
{
|
||||||
|
require_once __DIR__ . '/../../sources/classes/File.php';
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testFindFiles ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$result = File::FindFiles(__DIR__);
|
||||||
|
|
||||||
|
$this->assertIsArray($result);
|
||||||
|
$this->assertCount(8, $result);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testGetRelativePath ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$fullPath = "c:\\source\\tmp\\test.txt";
|
||||||
|
|
||||||
|
$basePath = "c:\\source\\";
|
||||||
|
|
||||||
|
$this->assertEquals("tmp\\test.txt", File::GetRelativePath($fullPath, $basePath));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testExtractFileExtension ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$this->assertEquals("txt", File::ExtractFileExtension("c:\\tmp\\test.txt"));
|
||||||
|
$this->assertEquals("txt", File::ExtractFileExtension("c:/tmp/test.txt"));
|
||||||
|
$this->assertEquals("txt", File::ExtractFileExtension("\\tmp\\test.txt"));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testExtractFileNameWithoutExtension ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$this->assertEquals("test", File::ExtractFileNameWithoutExtension("c:\\tmp\\test.txt"));
|
||||||
|
$this->assertEquals("test", File::ExtractFileNameWithoutExtension("c:/tmp/test.txt"));
|
||||||
|
$this->assertEquals("test", File::ExtractFileNameWithoutExtension("\\tmp\\test.txt"));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testRemoveDir ()
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* ВАЖНО! Перед запуском теста необходимо создать директорию D:\TestDelete и наполнить её ненужными файлами
|
||||||
|
*/
|
||||||
|
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$result = File::RemoveDir("D:\\TestDelete");
|
||||||
|
|
||||||
|
$this->assertTrue($result);
|
||||||
|
$this->assertFalse(File::DirectoryExists("D:\\TestDelete"));
|
||||||
|
}
|
||||||
|
}
|
37
tests/classes/TupleTest.php
Normal file
37
tests/classes/TupleTest.php
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace goodboyalex\php_components_pack\tests\classes;
|
||||||
|
|
||||||
|
use Exception;
|
||||||
|
use goodboyalex\php_components_pack\classes\Tuple;
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
class TupleTest extends TestCase
|
||||||
|
{
|
||||||
|
public function testTuple ()
|
||||||
|
{
|
||||||
|
$this->PrepareForTest();
|
||||||
|
|
||||||
|
$tuple = new Tuple(1, 'string', ['array1', 'array2', 'array3']);
|
||||||
|
|
||||||
|
// Проверка на то, что возвращает значение кортежа при запросе значения по индексу
|
||||||
|
$this->assertEquals(1, $tuple->Get(0));
|
||||||
|
$this->assertEquals('string', $tuple->Get(1));
|
||||||
|
$this->assertEquals(['array1', 'array2', 'array3'], $tuple->Get(2));
|
||||||
|
|
||||||
|
// Проверка на то, что возвращает переменные
|
||||||
|
[$firstElement, $secondElement, $thirdElement] = $tuple;
|
||||||
|
$this->assertEquals(1, $firstElement);
|
||||||
|
$this->assertEquals('string', $secondElement);
|
||||||
|
$this->assertEquals(['array1', 'array2', 'array3'], $thirdElement);
|
||||||
|
|
||||||
|
// Проверка на то, что выбрасывает исключение при попытке задать данные в кортеж после его создания
|
||||||
|
$this->expectException(Exception::class);
|
||||||
|
$tuple[] = 'New data';
|
||||||
|
}
|
||||||
|
|
||||||
|
private function PrepareForTest (): void
|
||||||
|
{
|
||||||
|
require_once __DIR__ . '/../../sources/classes/Tuple.php';
|
||||||
|
}
|
||||||
|
}
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace goodboyalex\php_components_pack\tests\extensions;
|
namespace goodboyalex\php_components_pack\tests\extensions;
|
||||||
|
|
||||||
use Exception;
|
use goodboyalex\php_components_pack\enums\VarNotBoolAction;
|
||||||
use goodboyalex\php_components_pack\extensions\BoolExtensions;
|
use goodboyalex\php_components_pack\extensions\BoolExtensions;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
@@ -30,6 +30,7 @@ class BoolExtensionsTest extends TestCase
|
|||||||
|
|
||||||
private function PrepareForTest (): void
|
private function PrepareForTest (): void
|
||||||
{
|
{
|
||||||
|
require_once __DIR__ . '/../../sources/enums/VarNotBoolAction.php';
|
||||||
require_once __DIR__ . '/../../sources/extensions/BoolExtensions.php';
|
require_once __DIR__ . '/../../sources/extensions/BoolExtensions.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,23 +47,19 @@ class BoolExtensionsTest extends TestCase
|
|||||||
$this->assertEquals(14,
|
$this->assertEquals(14,
|
||||||
BoolExtensions::TrueCount($array));
|
BoolExtensions::TrueCount($array));
|
||||||
|
|
||||||
$this->expectException(Exception::class);
|
|
||||||
|
|
||||||
$array[] = "ПРЕДАТЕЛЬ!";
|
$array[] = "ПРЕДАТЕЛЬ!";
|
||||||
|
|
||||||
BoolExtensions::TrueCount($array);
|
$this->assertEquals(14, BoolExtensions::TrueCount($array));
|
||||||
|
$this->assertEquals(14, BoolExtensions::TrueCount($array, VarNotBoolAction::ConsiderItFalse));
|
||||||
|
$this->assertEquals(15, BoolExtensions::TrueCount($array, VarNotBoolAction::ConsiderItTrue));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testExportToString ()
|
public function testExportToString ()
|
||||||
{
|
{
|
||||||
$this->PrepareForTest();
|
$this->PrepareForTest();
|
||||||
|
|
||||||
$b = true;
|
$this->assertEquals('О, да!', BoolExtensions::ExportToString(true, 'О, да!', 'О, нет!'));
|
||||||
|
|
||||||
$this->assertEquals('О, да!', BoolExtensions::ExportToString($b, 'О, да!', 'О, нет!'));
|
$this->assertEquals('О, нет!', BoolExtensions::ExportToString(false, 'О, да!', 'О, нет!'));
|
||||||
|
|
||||||
$b = false;
|
|
||||||
|
|
||||||
$this->assertEquals('О, нет!', BoolExtensions::ExportToString($b, 'О, да!', 'О, нет!'));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user