Skip to content

Commit

Permalink
feat: init require files #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dao quang huy committed Jul 20, 2024
1 parent b406b18 commit 6fbae8d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
Empty file added common/helpers.php
Empty file.
Empty file added composer.json
Empty file.
Empty file added config/blog-api.php
Empty file.
20 changes: 20 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="vendor/autoload.php"
backupGlobals="false"
colors="true"
processIsolation="false"
stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
cacheDirectory=".phpunit.cache"
backupStaticProperties="false">
<coverage>
<include>
<directory suffix=".php">src/</directory>
</include>
</coverage>
<testsuites>
<testsuite name="CSlant Blog API Package">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>
Empty file added routes/blog-api.php
Empty file.
Empty file.
Empty file added tests/IntegrationTest.php
Empty file.

0 comments on commit 6fbae8d

Please sign in to comment.