Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed Apr 19, 2024
1 parent 52376fe commit 4dc8c0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ composer require yiisoft/db-oracle

English:

- For config connection to Mysql, MariaDb database check [Connecting MySQL/MariaDb](https://github.com/yiisoft/db/blob/master/docs/en/connection/oracle.md)
- For config connection to Oracle database check [Connecting Oracle](https://github.com/yiisoft/db/blob/master/docs/en/connection/oracle.md)
- [Check the documentation](https://github.com/yiisoft/db/blob/master/docs/en/README.md) to learn about usage

Portuguese - Brazil:

- For config connection to Mysql, MariaDb database check [Connecting MySQL/MariaDb](https://github.com/yiisoft/db/blob/master/docs/pt-BR/connection/mysql.md)
- For config connection to Oracle database check [Connecting Oracle](https://github.com/yiisoft/db/blob/master/docs/pt-BR/connection/oracle.md)
- [Check the documentation](https://github.com/yiisoft/db/blob/master/docs/pt-BR/README.md) to learn about usage

Testing:
Expand Down
28 changes: 2 additions & 26 deletions docs/internals.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
# Internals

## Github actions

All our packages have github actions by default, so you can test your [contribution](https://github.com/yiisoft/db-oracle/blob/master/.github/CONTRIBUTING.md) in the cloud.

> Note: We recommend pull requesting in draft mode until all tests pass.
## Docker image

For greater ease it is recommended to use docker containers, for this you can use the [docker-compose.yml](https://docs.docker.com/compose/compose-file/) file that is in the docs folder.

1. [Oracle 21](/docker-compose.yml)

For running the docker containers you can use the following command:

```dockerfile
docker compose up -d
```

## Unit testing

The package is tested with [PHPUnit](https://phpunit.de/).

The following steps are required to run the tests:

1. Run the docker container for the dbms.
2. Install the dependencies of the project with composer.
3. Run the tests.
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:

```shell
vendor/bin/phpunit
./vendor/bin/phpunit
```

## Mutation testing
Expand Down

0 comments on commit 4dc8c0a

Please sign in to comment.