Regenerating build/ |
|
More...
|
about 12 years ago
|
Merge remote-tracking branch 'upstream/0.7.0' into 0.7.0 |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Fixing Tag/Paginator tests (2) |
|
More...
|
about 12 years ago
|
Fixing Tag/Paginator tests |
|
More...
|
about 12 years ago
|
Auto checking checkbox inputs. Fixes #222 |
|
More...
|
about 12 years ago
|
Performance improvements calling methods (2) |
|
More...
|
about 12 years ago
|
Merge remote-tracking branch 'upstream/0.7.0' into 0.7.0 |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Minor correction in the class modified: php-tests/tests/Phalcon/Logger/Adapter/File/Helper/Model.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Made extender classes abstract to avoid unecessary test runs modified: php-tests/library/Phalcon/Test/FunctionalTestCase.php modified: php-tests/library/Phalcon/Test/ModelTestCase.php modified: php-tests/library/Phalcon/Test/UnitTestCase.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added app/var structure; Added logger tests in the new format new file: php-tests/tests/Phalcon/Logger/Adapter/File/Helper/Listener.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/Helper/Model.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/MySqlTest.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/PostgresqlTest.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/SqliteTest.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/UnitTest.php new file: php-tests/tests/app/var/cache/dummy.txt new file: php-tests/tests/app/var/logs/dummy.txt deleted: unit-tests/LoggerTest.php modified: unit-tests/phpunit.xml |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Migrated HTTP\Request and Acl Tests new file: php-tests/tests/Phalcon/Acl/Adapter/Memory/UnitTest.php new file: php-tests/tests/Phalcon/Acl/Resource/UnitTest.php new file: php-tests/tests/Phalcon/Acl/Role/UnitTest.php new file: php-tests/tests/Phalcon/Http/Request/UnitTest.php deleted: unit-tests/AclTest.php deleted: unit-tests/RequestTest.php modified: unit-tests/phpunit.xml |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Corrected minor formatting issues modified: php-tests/tests/Phalcon/Tag/UnitTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added remaining tests in Filter modified: php-tests/tests/Phalcon/Filter/UnitTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added Translate Native Array tests in the new suite new file: php-tests/tests/Phalcon/Translate/Adapter/NativeArray/UnitTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added Text tests in the new suite new file: php-tests/tests/Phalcon/Text/UnitTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added Flash tests in the new suite new file: php-tests/tests/Phalcon/Flash/Direct/CustomCSSTest.php new file: php-tests/tests/Phalcon/Flash/Direct/DefaultCSSTest.php new file: php-tests/tests/Phalcon/Flash/Direct/EmptyCSSTest.php new file: php-tests/tests/Phalcon/Flash/Direct/Helper/Unit.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added Escaper tests in the new suite new file: php-tests/tests/Phalcon/Escaper/UnitTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Removed tests from the old suite and references in the old phpunit.xml deleted: unit-tests/FilterTest.php deleted: unit-tests/FlashTest.php deleted: unit-tests/TagTest.php deleted: unit-tests/TextTest.php modified: unit-tests/phpunit.xml |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Moved the IPv4 filter in its own helper; Added Filter tests modified: php-tests/library/Phalcon/Test/Config.php new file: php-tests/tests/Phalcon/Filter/Helper/IPv4.php new file: php-tests/tests/Phalcon/Filter/UnitTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Removed tests converted to the new test suite; Removed old Escaper tests deleted: unit-tests/EscaperTest.php modified: unit-tests/phpunit.xml |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Performance improvements calling methods |
|
More...
|
about 12 years ago
|
Merge pull request #228 from niden/0.7.0 |
|
More...
|
about 12 years ago
|
Improving models relation test |
|
More...
|
about 12 years ago
|
Corrected dbdescribe tests for sqlite; Added extra step to empty related records in the robots parts modified: php-tests/tests/Phalcon/Tag/Helper/Model.php modified: unit-tests/DbDescribeTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Corrected describe tests (added the new customer table). Added models in the new suite new file: php-tests/tests/app/models/Parts.php new file: php-tests/tests/app/models/Robots.php new file: php-tests/tests/app/models/RobotsParts.php modified: unit-tests/DbDescribeTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Yet another effort to update submodules modified: .travis.yml |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Corrected git submodule command modified: .travis.yml |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added tests for Tag and Url in the new suite new file: php-tests/tests/Phalcon/Tag/FunctionalTest.php new file: php-tests/tests/Phalcon/Tag/Helper/Model.php new file: php-tests/tests/Phalcon/Tag/MysqlTest.php new file: php-tests/tests/Phalcon/Tag/PostgresqlTest.php new file: php-tests/tests/Phalcon/Tag/SqliteTest.php new file: php-tests/tests/Phalcon/Tag/UnitTest.php new file: php-tests/tests/Phalcon/Url/UnitTest.php modified: php-tests/tests/Phalcon/Version/UnitTest.php |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added customers in the schema; added unique user with set password; Deleted old tests that have been migrated (Url, Tag) deleted: unit-tests/UrlTest.php deleted: unit-tests/VersionTest.php modified: unit-tests/schemas/mysql/phalcon_test.sql modified: unit-tests/schemas/postgresql/phalcon_test.sql modified: unit-tests/schemas/sqlite/phalcon_test.sql |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|
Added submodule update modified: .travis.yml |
niden
as Nikolaos Dimopoulos
|
More...
|
about 12 years ago
|